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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGLetExp
protected  CGLetExp Pivot2CGVisitor.createCGLetExp(CGVariable cgVariable, CGValuedElement cgIn)
           
 CGLetExp Pivot2CGVisitor.visitLetExp(LetExp element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGLetExp
 java.lang.Object AnalysisVisitor.visitCGLetExp(CGLetExp cgLetExp)
           
 java.lang.String CG2StringVisitor.visitCGLetExp(CGLetExp cgLetExp)
           
 java.util.Set<CGVariable> FieldingAnalyzer.AnalysisVisitor.visitCGLetExp(CGLetExp cgElement)
          The externals of a LetExp are the externals of the children less the let variable.
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGLetExp(CGLetExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGLetExp
 CGLetExp CGModelFactory.createCGLetExp()
          Returns a new object of class 'CG Let Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGLetExp
 class CGLetExpImpl
          An implementation of the model object 'CG Let Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGLetExp
 CGLetExp CGModelFactoryImpl.createCGLetExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGLetExp
 T CGModelSwitch.caseCGLetExp(CGLetExp object)
          Returns the result of interpreting the object as an instance of 'CG Let Exp'.
 R AbstractExtendingCGModelVisitor.visitCGLetExp(CGLetExp object)
           
 R AbstractNullCGModelVisitor.visitCGLetExp(CGLetExp object)
           
 R CGModelVisitor.visitCGLetExp(CGLetExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGLetExp
 java.lang.Object CG2JavaPreVisitor.visitCGLetExp(CGLetExp cgLetExp)
           
 java.lang.Object CG2JavaVisitor.visitCGLetExp(CGLetExp cgLetExp)