Uses of Interface
org.eclipse.ocl.examples.debug.vm.evaluator.IVMRootEvaluationEnvironment

Packages that use IVMRootEvaluationEnvironment
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm.evaluator   
 

Uses of IVMRootEvaluationEnvironment in org.eclipse.ocl.examples.debug.evaluator
 

Classes in org.eclipse.ocl.examples.debug.evaluator that implement IVMRootEvaluationEnvironment
 class OCLVMRootEvaluationEnvironment
           
 

Uses of IVMRootEvaluationEnvironment in org.eclipse.ocl.examples.debug.vm.evaluator
 

Classes in org.eclipse.ocl.examples.debug.vm.evaluator that implement IVMRootEvaluationEnvironment
 class VMRootEvaluationEnvironment<T extends NamedElement>
           
 

Fields in org.eclipse.ocl.examples.debug.vm.evaluator declared as IVMRootEvaluationEnvironment
protected  IVMRootEvaluationEnvironment<T> VMNestedEvaluationEnvironment.rootEvaluationEnvironment
           
 

Methods in org.eclipse.ocl.examples.debug.vm.evaluator that return IVMRootEvaluationEnvironment
 IVMRootEvaluationEnvironment<T> IVMEvaluationEnvironment.getRootEvaluationEnvironment()
           
 IVMRootEvaluationEnvironment<T> VMNestedEvaluationEnvironment.getRootEvaluationEnvironment()