Uses of Package
org.eclipse.ocl.examples.codegen.cse

Packages that use org.eclipse.ocl.examples.codegen.cse
org.eclipse.ocl.examples.autogen.analyzer   
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cse   
org.eclipse.ocl.examples.codegen.generator   
org.eclipse.ocl.examples.codegen.java   
 

Classes in org.eclipse.ocl.examples.codegen.cse used by org.eclipse.ocl.examples.autogen.analyzer
GlobalPlace
          The GlobalPlace describes a forest of CG trees that can be resolved as global constants.
 

Classes in org.eclipse.ocl.examples.codegen.cse used by org.eclipse.ocl.examples.codegen.analyzer
GlobalPlace
          The GlobalPlace describes a forest of CG trees that can be resolved as global constants.
 

Classes in org.eclipse.ocl.examples.codegen.cse used by org.eclipse.ocl.examples.codegen.cgmodel
AbstractPlace
          The Place hierarchy is a sub-hierarchy of the CG hierarchy comprising only those nodes at which declarations may be introduced, typically be a chain of LetExp.
 

Classes in org.eclipse.ocl.examples.codegen.cse used by org.eclipse.ocl.examples.codegen.cgmodel.impl
AbstractPlace
          The Place hierarchy is a sub-hierarchy of the CG hierarchy comprising only those nodes at which declarations may be introduced, typically be a chain of LetExp.
 

Classes in org.eclipse.ocl.examples.codegen.cse used by org.eclipse.ocl.examples.codegen.cse
AbstractAnalysis
          An AbstractAnalysis describes one or more occurrences of a structurally identical tree of CGValuedElements.
AbstractPlace
          The Place hierarchy is a sub-hierarchy of the CG hierarchy comprising only those nodes at which declarations may be introduced, typically be a chain of LetExp.
CommonAnalysis
           
ControlPlace
          A ControlPlace is associated with a location in the CG AST such as the then or else (but not condition) ig a CGIfExp at which child nodes cannot be hoisted without violating control dependencies.
GlobalPlace
          The GlobalPlace describes a forest of CG trees that can be resolved as global constants.
HashedAnalyses
          HashedAnalyses maintains a Map from Structural Hash Code to Collection of structurally distinct AbstractAnalysis instances; distinct from all others according to an isStructurallyEqualTo comparison.
IfPlaces.ElsePlace
          An ElsePlace describes the else forest of CG trees for an IF expression.
IfPlaces.ThenPlace
          A ThenPlace describes the then forest of CG trees for an IF expression.
LocalPlace
          A LocalPlace describes a forest of CG trees that cannot be resolved as global constants.
OuterStackPlace
           
SimpleAnalysis
           
StackPlace
           
 

Classes in org.eclipse.ocl.examples.codegen.cse used by org.eclipse.ocl.examples.codegen.generator
CommonSubexpressionEliminator
          A CommonSubexpressionEliminator supervises the rewrites of structurally equivalent CG nodes with shared CG nodes.
GlobalPlace
          The GlobalPlace describes a forest of CG trees that can be resolved as global constants.
 

Classes in org.eclipse.ocl.examples.codegen.cse used by org.eclipse.ocl.examples.codegen.java
CommonSubexpressionEliminator
          A CommonSubexpressionEliminator supervises the rewrites of structurally equivalent CG nodes with shared CG nodes.
GlobalPlace
          The GlobalPlace describes a forest of CG trees that can be resolved as global constants.