Uses of Class
org.eclipse.ocl.examples.debug.vm.data.VMNewBreakpointData

Packages that use VMNewBreakpointData
org.eclipse.ocl.examples.debug.vm   
org.eclipse.ocl.examples.debug.vm.core   
org.eclipse.ocl.examples.debug.vm.request   
 

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

Methods in org.eclipse.ocl.examples.debug.vm with parameters of type VMNewBreakpointData
 VMBreakpoint VMBreakpointManager.createBreakpoint(VMNewBreakpointData data)
           
 

Constructors in org.eclipse.ocl.examples.debug.vm with parameters of type VMNewBreakpointData
VMBreakpoint(Element element, VMNewBreakpointData data, boolean isTemporary)
           
 

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

Methods in org.eclipse.ocl.examples.debug.vm.core that return VMNewBreakpointData
 VMNewBreakpointData VMLineBreakpoint.createNewBreakpointData()
           
 

Uses of VMNewBreakpointData in org.eclipse.ocl.examples.debug.vm.request
 

Methods in org.eclipse.ocl.examples.debug.vm.request with parameters of type VMNewBreakpointData
static VMBreakpointRequest VMBreakpointRequest.createAdd(VMNewBreakpointData bpData)
           
static VMBreakpointRequest VMBreakpointRequest.createAdd(VMNewBreakpointData[] bpData)