Uses of Interface
org.eclipse.ocl.examples.debug.evaluator.IOCLVMEvaluationEnvironment

Packages that use IOCLVMEvaluationEnvironment
org.eclipse.ocl.examples.debug.evaluator   
 

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

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

Methods in org.eclipse.ocl.examples.debug.evaluator that return IOCLVMEvaluationEnvironment
 IOCLVMEvaluationEnvironment IOCLVMEvaluationEnvironment.createClonedEvaluationEnvironment()
           
 IOCLVMEvaluationEnvironment OCLVMNestedEvaluationEnvironment.createClonedEvaluationEnvironment()
           
 IOCLVMEvaluationEnvironment OCLVMRootEvaluationEnvironment.createClonedEvaluationEnvironment()
           
 IOCLVMEvaluationEnvironment OCLVMEnvironmentFactory.createEvaluationEnvironment(EvaluationEnvironment parent)
           
 IOCLVMEvaluationEnvironment OCLVMEnvironmentFactory.createEvaluationEnvironment(IVMEvaluationEnvironment<?> parent, NamedElement operation)
           
 IOCLVMEvaluationEnvironment OCLVMEnvironmentFactory.createEvaluationEnvironment(IVMModelManager modelManager, ExpressionInOCL expressionInOCL)
           
 IOCLVMEvaluationEnvironment OCLVMEvaluationVisitor.getEvaluationEnvironment()
           
 IOCLVMEvaluationEnvironment OCLVMEvaluationVisitorImpl.getEvaluationEnvironment()
           
 IOCLVMEvaluationEnvironment OCLVMRootEvaluationVisitor.getEvaluationEnvironment()
           
 IOCLVMEvaluationEnvironment IOCLVMEvaluationEnvironment.getParentEvaluationEnvironment()
           
 IOCLVMEvaluationEnvironment OCLVMNestedEvaluationEnvironment.getParentEvaluationEnvironment()
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator with parameters of type IOCLVMEvaluationEnvironment
 OCLVMRootEvaluationVisitor OCLVMEnvironmentFactory.createEvaluationVisitor(OCLVMEnvironment env, IOCLVMEvaluationEnvironment evalEnv)
           
 

Constructors in org.eclipse.ocl.examples.debug.evaluator with parameters of type IOCLVMEvaluationEnvironment
OCLVMEvaluationVisitorImpl(OCLVMEnvironment env, IOCLVMEvaluationEnvironment evalEnv)
          Instantiates a new OCL evaluation visitor impl.
OCLVMNestedEvaluationEnvironment(IOCLVMEvaluationEnvironment evaluationEnvironment, long id, NamedElement operation)
           
OCLVMRootEvaluationVisitor(OCLVMEnvironment env, IOCLVMEvaluationEnvironment evalEnv, IVMDebuggerShell shell)