Uses of Interface
org.eclipse.ocl.examples.debug.vm.IVMVirtualMachineShell

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

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

Constructors in org.eclipse.ocl.examples.debug.core with parameters of type IVMVirtualMachineShell
OCLDebugTarget(org.eclipse.debug.core.model.IProcess process, IVMVirtualMachineShell vm)
           
OCLVirtualProcess(org.eclipse.debug.core.ILaunch launch, IVMVirtualMachineShell vm)
           
 

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

Classes in org.eclipse.ocl.examples.debug.evaluator that implement IVMVirtualMachineShell
 class OCLVMVirtualMachine
           
 

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

Methods in org.eclipse.ocl.examples.debug.launching with parameters of type IVMVirtualMachineShell
protected  OCLDebugTarget OCLVMLaunchConfigurationDelegate.createDebugTarget(IVMVirtualMachineShell vm, VMVirtualProcess process)
           
protected  OCLVirtualProcess OCLVMLaunchConfigurationDelegate.createVirtualProcess(org.eclipse.debug.core.ILaunch launch, IVMVirtualMachineShell vm)
           
 

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

Classes in org.eclipse.ocl.examples.debug.vm that implement IVMVirtualMachineShell
 class VMVirtualMachine
           
 

Uses of IVMVirtualMachineShell in org.eclipse.ocl.examples.debug.vm.core
 

Methods in org.eclipse.ocl.examples.debug.vm.core that return IVMVirtualMachineShell
 IVMVirtualMachineShell VMDebugTarget.getVM()
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.core with parameters of type IVMVirtualMachineShell
VMDebugTarget(org.eclipse.debug.core.model.IProcess process, IVMVirtualMachineShell vm)
           
VMVirtualProcess(org.eclipse.debug.core.ILaunch launch, IVMVirtualMachineShell vm)
           
 

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

Methods in org.eclipse.ocl.examples.debug.vm.launching with parameters of type IVMVirtualMachineShell
protected abstract  VMDebugTarget VMLaunchConfigurationDelegate.createDebugTarget(IVMVirtualMachineShell vm, VMVirtualProcess process)
           
protected abstract  VMVirtualProcess VMLaunchConfigurationDelegate.createVirtualProcess(org.eclipse.debug.core.ILaunch launch, IVMVirtualMachineShell vm)