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