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