Uses of Class
org.eclipse.ocl.examples.debug.evaluator.OCLVMEnvironment

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

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

Fields in org.eclipse.ocl.examples.debug.evaluator declared as OCLVMEnvironment
protected  OCLVMEnvironment OCLVMEvaluator.env
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator that return OCLVMEnvironment
 OCLVMEnvironment OCLVMEnvironmentFactory.createEnvironment()
           
 OCLVMEnvironment OCLVMEnvironmentFactory.createEnvironment(Environment parent)
           
 OCLVMEnvironment OCLVMEvaluationVisitor.getEnvironment()
           
 OCLVMEnvironment OCLVMEvaluationVisitorImpl.getEnvironment()
           
 OCLVMEnvironment OCLVMEvaluator.getEnvironment()
           
 

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

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