Uses of Interface
org.eclipse.ocl.examples.debug.vm.utils.BaseProcess.IRunnable

Packages that use BaseProcess.IRunnable
org.eclipse.ocl.examples.debug.vm.utils   
 

Uses of BaseProcess.IRunnable in org.eclipse.ocl.examples.debug.vm.utils
 

Methods in org.eclipse.ocl.examples.debug.vm.utils that return BaseProcess.IRunnable
static BaseProcess.IRunnable SafeRunner.getSafeRunnable(BaseProcess.IRunnable r)
           
 

Methods in org.eclipse.ocl.examples.debug.vm.utils with parameters of type BaseProcess.IRunnable
static BaseProcess.IRunnable SafeRunner.getSafeRunnable(BaseProcess.IRunnable r)
           
 void SafeRunner.IRunner.run(BaseProcess.IRunnable r)
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.utils with parameters of type BaseProcess.IRunnable
ShallowProcess(org.eclipse.debug.core.ILaunch launch, BaseProcess.IRunnable r)