Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.tools.debugger |
Modifier and Type | Method and Description |
---|---|
Dim.SourceInfo |
Dim.StackFrame.sourceInfo()
Returns the SourceInfo object for the function.
|
Dim.SourceInfo |
Dim.FunctionSource.sourceInfo()
Returns the SourceInfo object that describes the source of the
function.
|
Dim.SourceInfo |
Dim.sourceInfo(java.lang.String url)
Returns the SourceInfo object for the given URL.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SwingGui.createFileWindow(Dim.SourceInfo sourceInfo,
int line)
Creates and shows a new
FileWindow for the given source. |
protected boolean |
SwingGui.updateFileWindow(Dim.SourceInfo sourceInfo)
Update the source text for
sourceInfo . |
void |
SwingGui.updateSourceText(Dim.SourceInfo sourceInfo)
Called when the source text for a script has been updated.
|
void |
GuiCallback.updateSourceText(Dim.SourceInfo sourceInfo)
Called when the source text of some script has been changed.
|