Uses of Class
org.htmlunit.corejs.javascript.tools.debugger.Dim.FunctionSource
-
Packages that use Dim.FunctionSource Package Description org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of Dim.FunctionSource in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as Dim.FunctionSource Modifier and Type Field Description private Dim.FunctionSourceDim.StackFrame. fsourceInformation about the function.private Dim.FunctionSource[]Dim.SourceInfo. functionSourcesArray of FunctionSource objects for the functions in the script.Fields in org.htmlunit.corejs.javascript.tools.debugger with type parameters of type Dim.FunctionSource Modifier and Type Field Description private java.util.Map<java.lang.String,Dim.FunctionSource>Dim. functionNamesTable mapping function names to information about the function.private java.util.Map<DebuggableScript,Dim.FunctionSource>Dim. functionToSourceTable mapping functions to information about the function.Methods in org.htmlunit.corejs.javascript.tools.debugger that return Dim.FunctionSource Modifier and Type Method Description private Dim.FunctionSourceDim. functionSource(DebuggableScript fnOrScript)Returns the FunctionSource object for the given function or script.Dim.FunctionSourceDim.SourceInfo. functionSource(int i)Returns the FunctionSource object with the given index.Dim.FunctionSourceDim. functionSourceByName(java.lang.String functionName)Returns the FunctionSource object for the function with the given name.private Dim.FunctionSourceDim. getFunctionSource(DebuggableScript fnOrScript)Returns the FunctionSource object for the given script or function.Constructors in org.htmlunit.corejs.javascript.tools.debugger with parameters of type Dim.FunctionSource Constructor Description StackFrame(Context cx, Dim dim, Dim.FunctionSource fsource)Creates a new StackFrame.
-