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.createExecutorConstructorPart(Property asProperty)
           
 

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'.
 CGExecutorConstructorPart CGConstructorPart.getExecutorPart()
          Returns the value of the 'Executor Part' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGExecutorConstructorPart
 void CGConstructorPart.setExecutorPart(CGExecutorConstructorPart value)
          Sets the value of the 'Executor Part' reference.
 

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'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGExecutorConstructorPart
protected  CGExecutorConstructorPart CGConstructorPartImpl.executorPart
          The cached value of the 'Executor Part' reference.
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGExecutorConstructorPart
 void CGConstructorPartImpl.setExecutorPart(CGExecutorConstructorPart newExecutorPart)
           
 

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 AbstractNonNullExtendingCGModelVisitor.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.Boolean CG2JavaVisitor.visitCGExecutorConstructorPart(CGExecutorConstructorPart cgExecutorConstructorPart)