|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bsf.dbline.BreakPoint
public class BreakPoint
This class instances represent breakpoints as known by the client debugger. This is fairly straightforward code. Note the simple but efficient allocation scheme for breakpoint identifiers. Whatever scheme is used, these identifiers should remain unique throughout an entire debug session. Note also that these breakpoins are only supporting a definition based on line numbers, char offsets are not supported.
Constructor Summary | |
---|---|
BreakPoint()
BreakPoint constructor comment. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BreakPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |