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

Packages that use CGConstantExp
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   
org.eclipse.ocl.examples.codegen.oclinecore   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGConstantExp
 CGConstantExp CodeGenAnalyzer.createCGConstantExp(OCLExpression element, CGConstant constant)
           
 CGConstantExp AS2CGVisitor.visitBooleanLiteralExp(BooleanLiteralExp element)
           
 CGConstantExp AS2CGVisitor.visitEnumLiteralExp(EnumLiteralExp element)
           
 CGConstantExp AS2CGVisitor.visitIntegerLiteralExp(IntegerLiteralExp element)
           
 CGConstantExp AS2CGVisitor.visitInvalidLiteralExp(InvalidLiteralExp element)
           
 CGConstantExp AS2CGVisitor.visitNullLiteralExp(NullLiteralExp element)
           
 CGConstantExp AS2CGVisitor.visitRealLiteralExp(RealLiteralExp element)
           
 CGConstantExp AS2CGVisitor.visitStringLiteralExp(StringLiteralExp element)
           
 CGConstantExp AS2CGVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGConstantExp
 java.lang.String CG2StringVisitor.visitCGConstantExp(CGConstantExp cgConstantExp)
           
 java.lang.Object DependencyVisitor.visitCGConstantExp(CGConstantExp visitCGConstantExp)
           
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGConstantExp(CGConstantExp cgElement)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGConstantExp(CGConstantExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGConstantExp
 CGConstantExp CGModelFactory.createCGConstantExp()
          Returns a new object of class 'CG Constant Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGConstantExp
 class CGConstantExpImpl
          An implementation of the model object 'CG Constant Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGConstantExp
 CGConstantExp CGModelFactoryImpl.createCGConstantExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGConstantExp
 java.lang.Object CG2JavaPreVisitor.visitCGConstantExp(CGConstantExp cgConstantExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGConstantExp(CGConstantExp cgConstantExp)
           
 

Uses of CGConstantExp in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGConstantExp
 java.lang.Boolean OCLinEcoreCG2JavaVisitor.visitCGConstantExp(CGConstantExp cgConstantExp)