Uses of Class
org.eclipse.ocl.examples.codegen.cse.StackPlace

Packages that use StackPlace
org.eclipse.ocl.examples.codegen.cse   
 

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

Subclasses of StackPlace in org.eclipse.ocl.examples.codegen.cse
 class InnerStackPlace
          An InnerStackPlace describes either the body forest of CG trees for a loop expression.
 class OuterStackPlace
           
 

Methods in org.eclipse.ocl.examples.codegen.cse that return StackPlace
static StackPlace StackPlace.createStackPlace(java.util.Map<CGElement,AbstractPlace> element2place, CGParameter cgParameter)
           
abstract  StackPlace AbstractPlace.getStackPlace()
          Return the stack place hosting this place.
 StackPlace ControlPlace.getStackPlace()
           
 StackPlace GlobalPlace.getStackPlace()
           
abstract  StackPlace LocalPlace.getStackPlace()
           
 StackPlace StackPlace.getStackPlace()