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

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

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

Methods in net.sourceforge.htmlunit.corejs.javascript.tools.debugger that return Dim.StackFrame
 Dim.StackFrame Dim.ContextData.getFrame(int frameNumber)
          Returns the stack frame with the given index.
 

Methods in net.sourceforge.htmlunit.corejs.javascript.tools.debugger with parameters of type Dim.StackFrame
 void SwingGui.enterInterrupt(Dim.StackFrame lastFrame, java.lang.String threadTitle, java.lang.String alertMessage)
          Called when the interrupt loop has been entered.
 void GuiCallback.enterInterrupt(Dim.StackFrame lastFrame, java.lang.String threadTitle, java.lang.String alertMessage)
          Called when the interrupt loop has been entered.