Uses of Class
org.htmlunit.corejs.javascript.tools.debugger.Dim.SourceInfo
Packages that use Dim.SourceInfo
-
Uses of Dim.SourceInfo in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as Dim.SourceInfoModifier and TypeFieldDescriptionprivate Dim.SourceInfoDim.FunctionSource.sourceInfoInformation about the source of the function.private Dim.SourceInfoFileWindow.sourceInfoThe SourceInfo object that describes the file.(package private) Dim.SourceInfoRunProxy.sourceInfoThe source for which to update the text.Fields in org.htmlunit.corejs.javascript.tools.debugger with type parameters of type Dim.SourceInfoModifier and TypeFieldDescriptionprivate final Map<String, Dim.SourceInfo> Dim.urlToSourceInfoTable mapping URLs to information about the script source.Methods in org.htmlunit.corejs.javascript.tools.debugger that return Dim.SourceInfoModifier and TypeMethodDescriptionDim.FunctionSource.sourceInfo()Returns the SourceInfo object that describes the source of the function.Dim.sourceInfo(String url) Returns the SourceInfo object for the given URL.Dim.StackFrame.sourceInfo()Returns the SourceInfo object for the function.Methods in org.htmlunit.corejs.javascript.tools.debugger with parameters of type Dim.SourceInfoModifier and TypeMethodDescriptionprivate voidDim.SourceInfo.copyBreakpointsFrom(Dim.SourceInfo old) Copies the breakpoints from the given SourceInfo object into this one.protected voidSwingGui.createFileWindow(Dim.SourceInfo sourceInfo, int line) Creates and shows a newFileWindowfor the given source.protected booleanSwingGui.updateFileWindow(Dim.SourceInfo sourceInfo) Update the source text forsourceInfo.voidGuiCallback.updateSourceText(Dim.SourceInfo sourceInfo) Called when the source text of some script has been changed.voidSwingGui.updateSourceText(Dim.SourceInfo sourceInfo) Called when the source text for a script has been updated.voidFileWindow.updateText(Dim.SourceInfo sourceInfo) Called when the text of the script has changed.Constructors in org.htmlunit.corejs.javascript.tools.debugger with parameters of type Dim.SourceInfoModifierConstructorDescriptionFileWindow(SwingGui debugGui, Dim.SourceInfo sourceInfo) Creates a new FileWindow.privateFunctionSource(Dim.SourceInfo sourceInfo, int firstLine, String name) Creates a new FunctionSource.