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

Packages that use CGExecutorConstructorPart
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 CGExecutorConstructorPart in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGExecutorConstructorPart
 CGExecutorConstructorPart CodeGenAnalyzer.getExecutorConstructorPart(Property pivotProperty)
           
 CGExecutorConstructorPart CodeGenAnalyzer.getExecutorConstructorPart(PropertyId propertyId)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGExecutorConstructorPart
 CGExecutorConstructorPart CGModelFactory.createCGExecutorConstructorPart()
          Returns a new object of class 'CG Executor Constructor Part'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorConstructorPart
 class CGExecutorConstructorPartImpl
          An implementation of the model object 'CG Executor Constructor Part'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorConstructorPart
 CGExecutorConstructorPart CGModelFactoryImpl.createCGExecutorConstructorPart()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGExecutorConstructorPart
 T CGModelSwitch.caseCGExecutorConstructorPart(CGExecutorConstructorPart object)
          Returns the result of interpreting the object as an instance of 'CG Executor Constructor Part'.
 R AbstractExtendingCGModelVisitor.visitCGExecutorConstructorPart(CGExecutorConstructorPart object)
           
 R AbstractNullCGModelVisitor.visitCGExecutorConstructorPart(CGExecutorConstructorPart object)
           
 R CGModelVisitor.visitCGExecutorConstructorPart(CGExecutorConstructorPart object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGExecutorConstructorPart
 java.lang.Object CG2JavaVisitor.visitCGExecutorConstructorPart(CGExecutorConstructorPart cgExecutorConstructorPart)