Uses of Class
org.htmlunit.corejs.javascript.tools.debugger.Dim
-
Packages that use Dim Package Description org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of Dim in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as Dim Modifier and Type Field Description private DimVariableModel. debuggerThe debugger.private DimDim.DimIProxy. dimThe debugger.private DimDim.StackFrame. dimThe debugger.private DimMain. dimThe debugger.(package private) DimSwingGui. dimThe debugger.Constructors in org.htmlunit.corejs.javascript.tools.debugger with parameters of type Dim Constructor Description DimIProxy(Dim dim, int type)Creates a new DimIProxy.StackFrame(Context cx, Dim dim, Dim.FunctionSource fsource)Creates a new StackFrame.SwingGui(Dim dim, java.lang.String title)Creates a new SwingGui.VariableModel(Dim debugger, java.lang.Object scope)Creates a new VariableModel.
-