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

Packages that use CGExecutorType
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.generator   
org.eclipse.ocl.examples.codegen.java   
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGExecutorType
 CGExecutorType CGModelFactory.createCGExecutorType()
          Returns a new object of class 'CG Executor Type'.
 CGExecutorType CGTypeExp.getReferredType()
          Returns the value of the 'Referred Type' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGExecutorType
 void CGTypeExp.setReferredType(CGExecutorType value)
          Sets the value of the 'Referred Type' reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorType
 class CGExecutorTypeImpl
          An implementation of the model object 'CG Type With Reflection'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGExecutorType
protected  CGExecutorType CGTypeExpImpl.referredType
          The cached value of the 'Referred Type' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorType
 CGExecutorType CGModelFactoryImpl.createCGExecutorType()
           
 CGExecutorType CGTypeExpImpl.getReferredType()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGExecutorType
 void CGTypeExpImpl.setReferredType(CGExecutorType newReferredType)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGExecutorType
 T CGModelSwitch.caseCGExecutorType(CGExecutorType object)
          Returns the result of interpreting the object as an instance of 'CG Executor Type'.
 R AbstractExtendingCGModelVisitor.visitCGExecutorType(CGExecutorType object)
           
 R AbstractNullCGModelVisitor.visitCGExecutorType(CGExecutorType object)
           
 R CGModelVisitor.visitCGExecutorType(CGExecutorType object)
           
 

Uses of CGExecutorType in org.eclipse.ocl.examples.codegen.generator
 

Methods in org.eclipse.ocl.examples.codegen.generator that return CGExecutorType
 CGExecutorType LocalContext.getExecutorType(Type referredType)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java that return CGExecutorType
 CGExecutorType JavaLocalContext.getExecutorType(Type pivotType)
           
 CGExecutorType JavaLocalContext.getExecutorType(TypeId typeId)
           
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGExecutorType
 java.lang.Object CG2JavaPreVisitor.visitCGExecutorType(CGExecutorType cgExecutorType)
           
 java.lang.Object CG2JavaVisitor.visitCGExecutorType(CGExecutorType cgExecutorType)
           
 java.lang.Object JavaDependencyVisitor.visitCGExecutorType(CGExecutorType cgTypeWithReflection)