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.cse   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.utilities   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGLetExp
 CGLetExp AS2CGVisitor.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 AbstractNonNullExtendingCGModelVisitor.visitCGLetExp(CGLetExp object)
           
 R AbstractNullCGModelVisitor.visitCGLetExp(CGLetExp object)
           
 R CGModelVisitor.visitCGLetExp(CGLetExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cse that return CGLetExp
protected  CGLetExp CommonAnalysis.rewriteAsLet(CGValuedElement cgIn, CGVariable cgVariable)
          Insert a CGLetExp above cgIn for cgCSE.
 

Methods in org.eclipse.ocl.examples.codegen.cse with parameters of type CGLetExp
static LocalPlace LetPlaces.createLetPlaces(java.util.Map<CGElement,AbstractPlace> element2place, CGLetExp cgLetExp)
           
 

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.Boolean CG2JavaVisitor.visitCGLetExp(CGLetExp cgLetExp)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.utilities with parameters of type CGLetExp
static java.lang.Boolean EquivalenceUtils.isEquivalent(CGLetExp thisValue, CGLetExp thatValue)