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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGExecutorType
 CGExecutorType CodeGenAnalyzer.createExecutorType(Type asType)
           
 

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

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 CGCastExp.getExecutorType()
          Returns the value of the 'Executor Type' reference.
 CGExecutorType CGConstructorExp.getExecutorType()
          Returns the value of the 'Executor Type' reference.
 CGExecutorType CGTypeExp.getExecutorType()
          Returns the value of the 'Executor Type' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGExecutorType
 void CGCastExp.setExecutorType(CGExecutorType value)
          Sets the value of the 'Executor Type' reference.
 void CGConstructorExp.setExecutorType(CGExecutorType value)
          Sets the value of the 'Executor Type' reference.
 void CGTypeExp.setExecutorType(CGExecutorType value)
          Sets the value of the 'Executor 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 Executor Type'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGExecutorType
protected  CGExecutorType CGCastExpImpl.executorType
          The cached value of the 'Executor Type' reference.
protected  CGExecutorType CGConstructorExpImpl.executorType
          The cached value of the 'Executor Type' reference.
protected  CGExecutorType CGTypeExpImpl.executorType
          The cached value of the 'Executor Type' reference.
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGExecutorType
 void CGCastExpImpl.setExecutorType(CGExecutorType newExecutorType)
           
 void CGConstructorExpImpl.setExecutorType(CGExecutorType newExecutorType)
           
 void CGTypeExpImpl.setExecutorType(CGExecutorType newExecutorType)
           
 

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 AbstractNonNullExtendingCGModelVisitor.visitCGExecutorType(CGExecutorType object)
           
 R AbstractNullCGModelVisitor.visitCGExecutorType(CGExecutorType object)
           
 R CGModelVisitor.visitCGExecutorType(CGExecutorType object)
           
 

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

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