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

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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGExecutorOperation
 CGExecutorOperation CodeGenAnalyzer.createExecutorOperation(Operation asOperation)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGExecutorOperation
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGExecutorOperation(CGExecutorOperation cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGExecutorOperation
 CGExecutorOperation CGModelFactory.createCGExecutorOperation()
          Returns a new object of class 'CG Executor Operation'.
 CGExecutorOperation CGExecutorOperationCallExp.getExecutorOperation()
          Returns the value of the 'Executor Operation' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGExecutorOperation
 void CGExecutorOperationCallExp.setExecutorOperation(CGExecutorOperation value)
          Sets the value of the 'Executor Operation' reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorOperation
 class CGExecutorOperationImpl
          An implementation of the model object 'CG Executor Operation'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGExecutorOperation
protected  CGExecutorOperation CGExecutorOperationCallExpImpl.executorOperation
          The cached value of the 'Executor Operation' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorOperation
 CGExecutorOperation CGModelFactoryImpl.createCGExecutorOperation()
           
 CGExecutorOperation CGExecutorOperationCallExpImpl.getExecutorOperation()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGExecutorOperation
 void CGExecutorOperationCallExpImpl.setExecutorOperation(CGExecutorOperation newExecutorOperation)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGExecutorOperation
 java.lang.Object CG2JavaPreVisitor.visitCGExecutorOperation(CGExecutorOperation cgExecutorOperation)
           
 java.lang.Boolean CG2JavaVisitor.visitCGExecutorOperation(CGExecutorOperation cgExecutorOperation)