Uses of Class
org.eclipse.ocl.examples.debug.core.OCLEvaluationContext

Packages that use OCLEvaluationContext
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.launching   
 

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

Constructors in org.eclipse.ocl.examples.debug.evaluator with parameters of type OCLEvaluationContext
OCLVMVirtualMachine(DebuggableRunner runner, OCLEvaluationContext evaluationContext)
           
 

Uses of OCLEvaluationContext in org.eclipse.ocl.examples.debug.launching
 

Fields in org.eclipse.ocl.examples.debug.launching declared as OCLEvaluationContext
protected  OCLEvaluationContext OCLInternalDebuggableExecutor.evaluationContext
           
 

Methods in org.eclipse.ocl.examples.debug.launching that return OCLEvaluationContext
protected  OCLEvaluationContext OCLVMLaunchConfigurationDelegate.createEvaluationContext(org.eclipse.debug.core.ILaunchConfiguration configuration)
           
 

Methods in org.eclipse.ocl.examples.debug.launching with parameters of type OCLEvaluationContext
protected  OCLVMVirtualMachine OCLVMLaunchConfigurationDelegate.createVirtualMachine(OCLEvaluationContext evaluationContext, DebuggableRunner runner)
           
 

Constructors in org.eclipse.ocl.examples.debug.launching with parameters of type OCLEvaluationContext
OCLInternalDebuggableExecutor(OCLEvaluationContext evaluationContext, OCLVMEnvironmentFactory envFactory)