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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGVariableExp
protected  CGValuedElement BoxingAnalyzer.rewriteAsCast(CGVariableExp cgChild)
          Insert a CGCastExp around cgChild.
 java.lang.Object AnalysisVisitor.visitCGVariableExp(CGVariableExp cgVariableExp)
           
 java.lang.Object BoxingAnalyzer.visitCGVariableExp(CGVariableExp cgElement)
           
 java.lang.String CG2StringVisitor.visitCGVariableExp(CGVariableExp cgVariableExp)
           
 java.lang.Object DependencyVisitor.visitCGVariableExp(CGVariableExp cgVariableExp)
           
 java.util.Set<CGVariable> FieldingAnalyzer.AnalysisVisitor.visitCGVariableExp(CGVariableExp cgElement)
          The externals of a VariableExp are the externals of the referenced variable.
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGVariableExp(CGVariableExp cgElement)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGVariableExp(CGVariableExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGVariableExp
 CGVariableExp CGModelFactory.createCGVariableExp()
          Returns a new object of class 'CG Variable Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGVariableExp
 class CGVariableExpImpl
          An implementation of the model object 'CG Variable Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGVariableExp
 CGVariableExp CGModelFactoryImpl.createCGVariableExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGVariableExp
 java.lang.Boolean CG2JavaVisitor.visitCGVariableExp(CGVariableExp cgVariableExp)