Uses of Class
org.eclipse.ocl.examples.debug.vm.core.EvaluationContext

Packages that use EvaluationContext
org.eclipse.ocl.examples.debug.core   
org.eclipse.ocl.examples.debug.launching   
org.eclipse.ocl.examples.debug.vm.launching   
 

Uses of EvaluationContext in org.eclipse.ocl.examples.debug.core
 

Subclasses of EvaluationContext in org.eclipse.ocl.examples.debug.core
 class OCLEvaluationContext
           
 

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

Methods in org.eclipse.ocl.examples.debug.launching with parameters of type EvaluationContext
 DebuggableRunner OCLDebuggableRunnerFactory.createRunner(EvaluationContext evaluationContext)
           
 

Uses of EvaluationContext in org.eclipse.ocl.examples.debug.vm.launching
 

Classes in org.eclipse.ocl.examples.debug.vm.launching with type parameters of type EvaluationContext
 class VMLaunchConfigurationDelegate<EC extends EvaluationContext>
           
 

Methods in org.eclipse.ocl.examples.debug.vm.launching with parameters of type EvaluationContext
 VMDebuggableExecutorAdapter DebuggableRunner.createDebuggableAdapter(EvaluationContext evaluationContext)
           
protected abstract  DebuggableRunner DebuggableRunnerFactory.createRunner(EvaluationContext evaluationContext)
           
 org.eclipse.emf.common.util.Diagnostic DebuggableRunner.execute(VMStartRequest startRequest, EvaluationContext evaluationContext)
           
 ExecutionDiagnostic InternalDebuggableExecutor.execute(VMStartRequest startRequest, EvaluationContext evaluationContext)
          Executes the transformation referred by this executor using the given model parameters and execution context.