Uses of Class
org.mozilla.javascript.tools.debugger.Dim.StackFrame
-
Packages that use Dim.StackFrame Package Description org.mozilla.javascript.tools.debugger -
-
Uses of Dim.StackFrame in org.mozilla.javascript.tools.debugger
Methods in org.mozilla.javascript.tools.debugger that return Dim.StackFrame Modifier and Type Method Description Dim.StackFrame
Dim.ContextData. getFrame(int frameNumber)
Returns the stack frame with the given index.Methods in org.mozilla.javascript.tools.debugger with parameters of type Dim.StackFrame Modifier and Type Method Description void
GuiCallback. enterInterrupt(Dim.StackFrame lastFrame, java.lang.String threadTitle, java.lang.String alertMessage)
Called when the interrupt loop has been entered.void
SwingGui. enterInterrupt(Dim.StackFrame lastFrame, java.lang.String threadTitle, java.lang.String alertMessage)
Called when the interrupt loop has been entered.
-