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

Packages that use CGConstant
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   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGConstant
 CGConstantExp CodeGenAnalyzer.createCGConstantExp(OCLExpression element, CGConstant constant)
           
 java.lang.String CG2StringVisitor.visitCGConstant(CGConstant cgConstant)
           
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGConstant(CGConstant cgConstant)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGConstant(CGConstant cgElement)
           
 

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

Subinterfaces of CGConstant in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGBoolean
          A representation of the model object 'CG Boolean'.
 interface CGElementId
          A representation of the model object 'CG Element Id'.
 interface CGInteger
          A representation of the model object 'CG Integer'.
 interface CGInvalid
          A representation of the model object 'CG Invalid'.
 interface CGNull
          A representation of the model object 'CG Null'.
 interface CGNumber
          A representation of the model object 'CG Number'.
 interface CGReal
          A representation of the model object 'CG Real'.
 interface CGString
          A representation of the model object 'CG String'.
 interface CGText
          A representation of the model object 'CG Text'.
 interface CGTypeId
          A representation of the model object 'CG Type'.
 interface CGUnlimited
          A representation of the model object 'CG Infinity'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGConstant
 java.util.List<CGConstant> CGModel.getGlobals()
          Returns the value of the 'Globals' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGConstant
 class CGBooleanImpl
          An implementation of the model object 'CG Boolean'.
 class CGConstantImpl
          An implementation of the model object 'CG Constant'.
 class CGElementIdImpl
          An implementation of the model object 'CG Element Id'.
 class CGIntegerImpl
          An implementation of the model object 'CG Integer'.
 class CGInvalidImpl
          An implementation of the model object 'CG Invalid'.
 class CGNullImpl
          An implementation of the model object 'CG Null'.
 class CGNumberImpl
          An implementation of the model object 'CG Number'.
 class CGRealImpl
          An implementation of the model object 'CG Real'.
 class CGStringImpl
          An implementation of the model object 'CG String'.
 class CGTextImpl
          An implementation of the model object 'CG Text'.
 class CGTypeIdImpl
          An implementation of the model object 'CG Type Id'.
 class CGUnlimitedImpl
          An implementation of the model object 'CG Infinity'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGConstant
protected  org.eclipse.emf.common.util.EList<CGConstant> CGModelImpl.globals
          The cached value of the 'Globals' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGConstant
 java.util.List<CGConstant> CGModelImpl.getGlobals()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGConstant
 T CGModelSwitch.caseCGConstant(CGConstant object)
          Returns the result of interpreting the object as an instance of 'CG Constant'.
 R AbstractExtendingCGModelVisitor.visitCGConstant(CGConstant object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGConstant(CGConstant object)
           
 R AbstractNullCGModelVisitor.visitCGConstant(CGConstant object)
           
 R CGModelVisitor.visitCGConstant(CGConstant object)