|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.ui.actions.BreakpointLocationVerifier
public class BreakpointLocationVerifier
Enter type comment.
Constructor Summary | |
---|---|
BreakpointLocationVerifier()
|
Method Summary | |
---|---|
int |
getValidAddressBreakpointLocation(org.eclipse.jface.text.IDocument doc,
int lineNumber)
|
int |
getValidLineBreakpointLocation(org.eclipse.jface.text.IDocument doc,
int lineNumber)
Returns the line number closest to the given line number that represents a valid location for a breakpoint in the given document, or -1 if a valid location cannot be found. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BreakpointLocationVerifier()
Method Detail |
---|
public int getValidLineBreakpointLocation(org.eclipse.jface.text.IDocument doc, int lineNumber)
public int getValidAddressBreakpointLocation(org.eclipse.jface.text.IDocument doc, int lineNumber)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |