Uses of Class
org.mozilla.javascript.tools.debugger.Dim.SourceInfo
-
Packages that use Dim.SourceInfo Package Description org.mozilla.javascript.tools.debugger -
-
Uses of Dim.SourceInfo in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as Dim.SourceInfo Modifier and Type Field Description private Dim.SourceInfo
Dim.FunctionSource. sourceInfo
Information about the source of the function.private Dim.SourceInfo
FileWindow. sourceInfo
The SourceInfo object that describes the file.(package private) Dim.SourceInfo
RunProxy. sourceInfo
The source for which to update the text.Fields in org.mozilla.javascript.tools.debugger with type parameters of type Dim.SourceInfo Modifier and Type Field Description private java.util.Map<java.lang.String,Dim.SourceInfo>
Dim. urlToSourceInfo
Table mapping URLs to information about the script source.Methods in org.mozilla.javascript.tools.debugger that return Dim.SourceInfo Modifier and Type Method Description 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.Dim.SourceInfo
Dim.StackFrame. sourceInfo()
Returns the SourceInfo object for the function.Methods in org.mozilla.javascript.tools.debugger with parameters of type Dim.SourceInfo Modifier and Type Method Description private void
Dim.SourceInfo. copyBreakpointsFrom(Dim.SourceInfo old)
Copies the breakpoints from the given SourceInfo object into this one.protected void
SwingGui. createFileWindow(Dim.SourceInfo sourceInfo, int line)
Creates and shows a newFileWindow
for the given source.protected boolean
SwingGui. updateFileWindow(Dim.SourceInfo sourceInfo)
Update the source text forsourceInfo
.void
GuiCallback. updateSourceText(Dim.SourceInfo sourceInfo)
Called when the source text of some script has been changed.void
SwingGui. updateSourceText(Dim.SourceInfo sourceInfo)
Called when the source text for a script has been updated.void
FileWindow. updateText(Dim.SourceInfo sourceInfo)
Called when the text of the script has changed.Constructors in org.mozilla.javascript.tools.debugger with parameters of type Dim.SourceInfo Constructor Description FileWindow(SwingGui debugGui, Dim.SourceInfo sourceInfo)
Creates a new FileWindow.FunctionSource(Dim.SourceInfo sourceInfo, int firstLine, java.lang.String name)
Creates a new FunctionSource.
-