Uses of Class
net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Dim.FunctionSource

Packages that use Dim.FunctionSource
net.sourceforge.htmlunit.corejs.javascript.tools.debugger   
 

Uses of Dim.FunctionSource in net.sourceforge.htmlunit.corejs.javascript.tools.debugger
 

Methods in net.sourceforge.htmlunit.corejs.javascript.tools.debugger that return Dim.FunctionSource
 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.