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

Packages that use CGExecutorOperationCallExp
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.java   
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGExecutorOperationCallExp
 CGExecutorOperationCallExp CGModelFactory.createCGExecutorOperationCallExp()
          Returns a new object of class 'CG Executor Operation Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorOperationCallExp
 class CGExecutorOperationCallExpImpl
          An implementation of the model object 'CG Executor Operation Call Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorOperationCallExp
 CGExecutorOperationCallExp CGModelFactoryImpl.createCGExecutorOperationCallExp()
           
 

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

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

Uses of CGExecutorOperationCallExp in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGExecutorOperationCallExp
 java.lang.Object CG2JavaPreVisitor.visitCGExecutorOperationCallExp(CGExecutorOperationCallExp cgExecutorOperationCallExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGExecutorOperationCallExp(CGExecutorOperationCallExp cgOperationCallExp)