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
Methods in org.mozilla.javascript.tools.debugger that return Dim.FunctionSource Modifier and Type Method Description 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.
-