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

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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGTypeId
 CGTypeId CodeGenAnalyzer.getTypeId(TypeId typeId)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGTypeId
static CGParameter CGUtils.createCGParameter(java.lang.String name, CGTypeId typeId)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGTypeId
 CGTypeId CGModelFactory.createCGTypeId()
          Returns a new object of class 'CG Type Id'.
 CGTypeId CGTypedElement.getTypeId()
          Returns the value of the 'Type Id' reference.
 CGTypeId CGExecutorType.getUnderlyingTypeId()
          Returns the value of the 'Underlying Type Id' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGTypeId
 void CGTypedElement.setTypeId(CGTypeId value)
          Sets the value of the 'Type Id' reference.
 void CGExecutorType.setUnderlyingTypeId(CGTypeId value)
          Sets the value of the 'Underlying Type Id' reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGTypeId
 class CGTypeIdImpl
          An implementation of the model object 'CG Type Id'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGTypeId
protected  CGTypeId CGTypedElementImpl.typeId
          The cached value of the 'Type Id' reference.
protected  CGTypeId CGExecutorTypeImpl.underlyingTypeId
          The cached value of the 'Underlying Type Id' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGTypeId
 CGTypeId CGModelFactoryImpl.createCGTypeId()
           
 CGTypeId CGTypedElementImpl.getTypeId()
           
 CGTypeId CGExecutorTypeImpl.getUnderlyingTypeId()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGTypeId
 void CGTypedElementImpl.setTypeId(CGTypeId newTypeId)
           
 void CGExecutorTypeImpl.setUnderlyingTypeId(CGTypeId newUnderlyingTypeId)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGTypeId
 T CGModelSwitch.caseCGTypeId(CGTypeId object)
          Returns the result of interpreting the object as an instance of 'CG Type Id'.
 R AbstractExtendingCGModelVisitor.visitCGTypeId(CGTypeId object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGTypeId(CGTypeId object)
           
 R AbstractNullCGModelVisitor.visitCGTypeId(CGTypeId object)
           
 R CGModelVisitor.visitCGTypeId(CGTypeId object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.generator that return CGTypeId
 CGTypeId IterationHelper.getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGTypeId
 java.lang.Boolean CG2JavaVisitor.visitCGTypeId(CGTypeId cgTypeId)
           
 

Uses of CGTypeId in org.eclipse.ocl.examples.codegen.java.iteration
 

Methods in org.eclipse.ocl.examples.codegen.java.iteration that return CGTypeId
 CGTypeId AbstractAccumulation2Java.getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)
           
 CGTypeId AbstractIteration2Java.getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)
           
 CGTypeId ExistsIteration2Java.getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)
           
 CGTypeId ForAllIteration2Java.getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)
           
 CGTypeId IsUniqueIteration2Java.getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)
           
 CGTypeId OneIteration2Java.getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)