Uses of Class
org.eclipse.ocl.examples.debug.vm.launching.DebuggableRunner

Packages that use DebuggableRunner
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.launching   
org.eclipse.ocl.examples.debug.vm   
org.eclipse.ocl.examples.debug.vm.launching   
 

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

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

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

Methods in org.eclipse.ocl.examples.debug.launching that return DebuggableRunner
 DebuggableRunner OCLDebuggableRunnerFactory.createRunner(EvaluationContext evaluationContext)
           
 

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

Uses of DebuggableRunner in org.eclipse.ocl.examples.debug.vm
 

Fields in org.eclipse.ocl.examples.debug.vm declared as DebuggableRunner
protected  DebuggableRunner VMVirtualMachine.runner
           
 

Methods in org.eclipse.ocl.examples.debug.vm that return DebuggableRunner
 DebuggableRunner VMVirtualMachine.getRunner()
           
 

Constructors in org.eclipse.ocl.examples.debug.vm with parameters of type DebuggableRunner
VMVirtualMachine(DebuggableRunner runner, VMDebuggableExecutorAdapter executorAdapter)
           
 

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

Methods in org.eclipse.ocl.examples.debug.vm.launching that return DebuggableRunner
protected abstract  DebuggableRunner DebuggableRunnerFactory.createRunner(EvaluationContext evaluationContext)
           
 

Methods in org.eclipse.ocl.examples.debug.vm.launching with parameters of type DebuggableRunner
protected abstract  VMVirtualMachine VMLaunchConfigurationDelegate.createVirtualMachine(EC evaluationContext, DebuggableRunner runner)