Uses of Interface
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.BlockExp

Packages that use BlockExp
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util   
 

Uses of BlockExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return BlockExp
 BlockExp ImperativeOCLFactory.createBlockExp()
          Returns a new object of class 'Block Exp'
 

Uses of BlockExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl
 

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement BlockExp
 class BlockExpImpl
          An implementation of the model object 'Block Exp'
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return BlockExp
 BlockExp ImperativeOCLFactoryImpl.createBlockExp()
           
 

Uses of BlockExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type BlockExp
 T ImperativeOCLSwitch.caseBlockExp(BlockExp object)
          Returns the result of interpreting the object as an instance of 'Block Exp'
 boolean ImperativeOCLValidator.validateBlockExp(BlockExp blockExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitBlockExp(BlockExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitBlockExp(BlockExp astNode)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.