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

Packages that use InternalDebuggableExecutor
org.eclipse.ocl.examples.debug.launching   
org.eclipse.ocl.examples.debug.vm.launching   
 

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

Subclasses of InternalDebuggableExecutor in org.eclipse.ocl.examples.debug.launching
 class OCLInternalDebuggableExecutor
          Internal transformation executor
 

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

Fields in org.eclipse.ocl.examples.debug.vm.launching declared as InternalDebuggableExecutor
protected  InternalDebuggableExecutor DebuggableRunner.executor
           
 

Methods in org.eclipse.ocl.examples.debug.vm.launching that return InternalDebuggableExecutor
protected  InternalDebuggableExecutor DebuggableRunner.getExecutor()
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.launching with parameters of type InternalDebuggableExecutor
DebuggableRunner(IDebuggableRunnerFactory debuggableRunnerFactory, org.eclipse.emf.common.util.URI debuggableURI, InternalDebuggableExecutor executor)