Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGCallExp

Packages that use CGCallExp
org.eclipse.ocl.examples.autogen.autocgmodel   
org.eclipse.ocl.examples.autogen.autocgmodel.impl   
org.eclipse.ocl.examples.autogen.autocgmodel.util   
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
org.eclipse.ocl.examples.codegen.utilities   
 

Uses of CGCallExp in org.eclipse.ocl.examples.autogen.autocgmodel
 

Subinterfaces of CGCallExp in org.eclipse.ocl.examples.autogen.autocgmodel
 interface CGASTCallExp
          A representation of the model object 'CGAST Call Exp'.
 

Uses of CGCallExp in org.eclipse.ocl.examples.autogen.autocgmodel.impl
 

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement CGCallExp
 class CGASTCallExpImpl
          An implementation of the model object 'CGAST Call Exp'.
 

Uses of CGCallExp in org.eclipse.ocl.examples.autogen.autocgmodel.util
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.util with parameters of type CGCallExp
 T AutoCGModelSwitch.caseCGCallExp(CGCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Call Exp'.
 

Uses of CGCallExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGCallExp
static void CGUtils.wrap(CGCallExp wrapExp, CGValuedElement wrappedExp)
          Use wrapExp to wrap wrappedExp.
 

Uses of CGCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 

Subinterfaces of CGCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGAssertNonNullExp
          A representation of the model object 'CG Assert Non Null Exp'.
 interface CGBoxExp
          A representation of the model object 'CG Box Exp'.
 interface CGBuiltInIterationCallExp
          A representation of the model object 'CG While Exp'.
 interface CGCastExp
          A representation of the model object 'CG Cast Exp'.
 interface CGCatchExp
          A representation of the model object 'CG Catch Exp'.
 interface CGEcoreOperationCallExp
          A representation of the model object 'CG Ecore Operation Call Exp'.
 interface CGEcoreOppositePropertyCallExp
          A representation of the model object 'CG Ecore Opposite Property Call Exp'.
 interface CGEcorePropertyCallExp
          A representation of the model object 'CG Ecore Property Call Exp'.
 interface CGExecutorOperationCallExp
          A representation of the model object 'CG Executor Operation Call Exp'.
 interface CGExecutorOppositePropertyCallExp
          A representation of the model object 'CG Executor Opposite Property Call Exp'.
 interface CGExecutorPropertyCallExp
          A representation of the model object 'CG Executor Property Call Exp'.
 interface CGGuardExp
          A representation of the model object 'CG Guard Exp'.
 interface CGIsEqualExp
          A representation of the model object 'CG Is Equal Exp'.
 interface CGIsInvalidExp
          A representation of the model object 'CG Is Invalid Exp'.
 interface CGIsUndefinedExp
          A representation of the model object 'CG Is Undefined Exp'.
 interface CGIterationCallExp
          A representation of the model object 'CG Iteration Call Exp'.
 interface CGLibraryIterateCallExp
          A representation of the model object 'CG Library Iterate Call Exp'.
 interface CGLibraryIterationCallExp
          A representation of the model object 'CG Library Iteration Call Exp'.
 interface CGLibraryOperationCallExp
          A representation of the model object 'CG Library Operation Call Exp'.
 interface CGLibraryPropertyCallExp
          A representation of the model object 'CG Library Property Call Exp'.
 interface CGNavigationCallExp
          A representation of the model object 'CG Navigation Call Exp'.
 interface CGOperationCallExp
          A representation of the model object 'CG Operation Call Exp'.
 interface CGOppositePropertyCallExp
          A representation of the model object 'CG Opposite Property Call Exp'.
 interface CGPropertyCallExp
          A representation of the model object 'CG Property Call Exp'.
 interface CGThrowExp
          A representation of the model object 'CG Throw Exp'.
 interface CGTuplePartCallExp
          A representation of the model object 'CG Tuple Part Call Exp'.
 interface CGUnboxExp
          A representation of the model object 'CG Unbox Exp'.
 

Uses of CGCallExp in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGCallExp
 class CGAssertNonNullExpImpl
          An implementation of the model object 'CG Assert Non Null Exp'.
 class CGBoxExpImpl
          An implementation of the model object 'CG Box Exp'.
 class CGBuiltInIterationCallExpImpl
          An implementation of the model object 'CG Built In Iteration Call Exp'.
 class CGCallExpImpl
          An implementation of the model object 'CG Call Exp'.
 class CGCastExpImpl
          An implementation of the model object 'CG Cast Exp'.
 class CGCatchExpImpl
          An implementation of the model object 'CG Catch Exp'.
 class CGEcoreOperationCallExpImpl
          An implementation of the model object 'CG Ecore Operation Call Exp'.
 class CGEcoreOppositePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Opposite Property Call Exp'.
 class CGEcorePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Property Call Exp'.
 class CGExecutorOperationCallExpImpl
          An implementation of the model object 'CG Executor Operation Call Exp'.
 class CGExecutorOppositePropertyCallExpImpl
          An implementation of the model object 'CG Executor Opposite Property Call Exp'.
 class CGExecutorPropertyCallExpImpl
          An implementation of the model object 'CG Executor Property Call Exp'.
 class CGGuardExpImpl
          An implementation of the model object 'CG Guard Exp'.
 class CGIsEqualExpImpl
          An implementation of the model object 'CG Is Equal Exp'.
 class CGIsInvalidExpImpl
          An implementation of the model object 'CG Is Invalid Exp'.
 class CGIsUndefinedExpImpl
          An implementation of the model object 'CG Is Undefined Exp'.
 class CGIterationCallExpImpl
          An implementation of the model object 'CG Iteration Call Exp'.
 class CGLibraryIterateCallExpImpl
          An implementation of the model object 'CG Library Iterate Call Exp'.
 class CGLibraryIterationCallExpImpl
          An implementation of the model object 'CG Library Iteration Call Exp'.
 class CGLibraryOperationCallExpImpl
          An implementation of the model object 'CG Library Operation Call Exp'.
 class CGLibraryPropertyCallExpImpl
          An implementation of the model object 'CG Library Property Call Exp'.
 class CGNavigationCallExpImpl
          An implementation of the model object 'CG Navigation Call Exp'.
 class CGOperationCallExpImpl
          An implementation of the model object 'CG Operation Call Exp'.
 class CGOppositePropertyCallExpImpl
          An implementation of the model object 'CG Opposite Property Call Exp'.
 class CGPropertyCallExpImpl
          An implementation of the model object 'CG Property Call Exp'.
 class CGThrowExpImpl
          An implementation of the model object 'CG Throw Exp'.
 class CGTuplePartCallExpImpl
          An implementation of the model object 'CG Tuple Part Call Exp'.
 class CGUnboxExpImpl
          An implementation of the model object 'CG Unbox Exp'.
 

Uses of CGCallExp in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGCallExp
 T CGModelSwitch.caseCGCallExp(CGCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGCallExp(CGCallExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGCallExp(CGCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGCallExp(CGCallExp object)
           
 R CGModelVisitor.visitCGCallExp(CGCallExp object)
           
 

Uses of CGCallExp in org.eclipse.ocl.examples.codegen.utilities
 

Methods in org.eclipse.ocl.examples.codegen.utilities with parameters of type CGCallExp
static java.lang.Boolean EquivalenceUtils.isEquivalent(CGCallExp thisValue, CGCallExp thatValue)