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

Packages that use CGCallExp
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   
 

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 CGBoxExp
          A representation of the model object 'CG Box Exp'.
 interface CGBuiltInIterationCallExp
          A representation of the model object 'CG While 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 CGEcorePropertyCallExp
          A representation of the model object 'CG Ecore Property Call Exp'.
 interface CGEqualsExp
          A representation of the model object 'CG Equals Exp'.
 interface CGExecutorOperationCallExp
          A representation of the model object 'CG Executor Operation 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 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 CGOperationCallExp
          A representation of the model object 'CG Operation 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 CGBoxExpImpl
          An implementation of the model object 'CG Box Exp'.
 class CGBuiltInIterationCallExpImpl
          An implementation of the model object 'CG While Exp'.
 class CGCallExpImpl
          An implementation of the model object 'CG Call 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 CGEcorePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Property Call Exp'.
 class CGEqualsExpImpl
          An implementation of the model object 'CG Equals Exp'.
 class CGExecutorOperationCallExpImpl
          An implementation of the model object 'CG Executor Operation 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 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 CGOperationCallExpImpl
          An implementation of the model object 'CG Operation 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 AbstractNullCGModelVisitor.visitCGCallExp(CGCallExp object)
           
 R CGModelVisitor.visitCGCallExp(CGCallExp object)