Uses of Class
org.eclipse.ocl.examples.debug.core.OCLLineBreakpoint

Packages that use OCLLineBreakpoint
org.eclipse.ocl.examples.debug.core   
 

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

Methods in org.eclipse.ocl.examples.debug.core that return OCLLineBreakpoint
static OCLLineBreakpoint OCLLineBreakpoint.createRunToLineBreakpoint(org.eclipse.emf.common.util.URI sourceURI, int lineNumber)
           
static OCLLineBreakpoint OCLLineBreakpoint.getBreakpointByID(long id)
           
 

Methods in org.eclipse.ocl.examples.debug.core that return types with arguments of type OCLLineBreakpoint
 java.util.List<OCLLineBreakpoint> OCLDebugCore.getLineBreakpoints()