|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mozilla.javascript.tools.debugger.Dim.SourceInfo
public static class Dim.SourceInfo
Class to store information about a script source.
| Method Summary | |
|---|---|
boolean |
breakableLine(int line)
Returns whether the given line number can have a breakpoint set on it. |
boolean |
breakpoint(int line)
Returns whether there is a breakpoint set on the given line. |
boolean |
breakpoint(int line,
boolean value)
Sets or clears the breakpoint flag for the given line. |
Dim.FunctionSource |
functionSource(int i)
Returns the FunctionSource object with the given index. |
int |
functionSourcesTop()
Returns the number of FunctionSource objects stored in this object. |
void |
removeAllBreakpoints()
Removes all breakpoints from the script. |
java.lang.String |
source()
Returns the source text. |
java.lang.String |
url()
Returns the script's origin URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String source()
public java.lang.String url()
public int functionSourcesTop()
public Dim.FunctionSource functionSource(int i)
public boolean breakableLine(int line)
public boolean breakpoint(int line)
public boolean breakpoint(int line,
boolean value)
public void removeAllBreakpoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||