Uses of Class
org.eclipse.ocl.examples.debug.vm.core.VMLineBreakpoint

Packages that use VMLineBreakpoint
org.eclipse.ocl.examples.debug.core   
org.eclipse.ocl.examples.debug.ui.actions   
org.eclipse.ocl.examples.debug.ui.pages   
org.eclipse.ocl.examples.debug.vm.core   
 

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

Subclasses of VMLineBreakpoint in org.eclipse.ocl.examples.debug.core
 class OCLLineBreakpoint
           
 

Uses of VMLineBreakpoint in org.eclipse.ocl.examples.debug.ui.actions
 

Methods in org.eclipse.ocl.examples.debug.ui.actions with parameters of type VMLineBreakpoint
 void OCLBreakpointPropertiesAction.setBreakpoint(VMLineBreakpoint breakpoint)
          Allows the underlying breakpoint for the properties page to be set
 

Uses of VMLineBreakpoint in org.eclipse.ocl.examples.debug.ui.pages
 

Methods in org.eclipse.ocl.examples.debug.ui.pages that return VMLineBreakpoint
protected  VMLineBreakpoint OCLBreakpointPage.getBreakpoint()
          Returns the breakpoint that this preference page configures
 

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

Methods in org.eclipse.ocl.examples.debug.vm.core that return types with arguments of type VMLineBreakpoint
abstract  java.util.List<? extends VMLineBreakpoint> VMDebugCore.getLineBreakpoints()