Uses of Class
org.eclipse.ocl.examples.pivot.AbstractEnvironment

Packages that use AbstractEnvironment
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of AbstractEnvironment in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return AbstractEnvironment
 AbstractEnvironment AbstractEnvironment.getParent()
          Deprecated. Since 1.2, use the getInternalParent() method, instead.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type AbstractEnvironment
protected  void AbstractEnvironment.setParent(AbstractEnvironment parent)
          Assigns me a parent environment after construction.
 

Constructors in org.eclipse.ocl.examples.pivot with parameters of type AbstractEnvironment
AbstractEnvironment(AbstractEnvironment parent)
          Initializes me with the specified parent environment, which should be of the same type as me.
 

Uses of AbstractEnvironment in org.eclipse.ocl.examples.pivot.utilities
 

Subclasses of AbstractEnvironment in org.eclipse.ocl.examples.pivot.utilities
 class PivotEnvironment
          Implementation of the Environment for parsing OCL expressions on Ecore models.