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
Fields in org.mozilla.javascript.tools.debugger declared as Dim.StackFrameModifier and TypeFieldDescriptionprivate Dim.StackFrameDim.evalFrameThe stack frame in which to evaluateDim.evalRequest.(package private) Dim.StackFrameRunProxy.lastFrameThe frame to interrupt in.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 TypeMethodDescriptionprivate static StringDim.do_eval(Context cx, Dim.StackFrame frame, String expr) Evaluates script in the given stack frame.voidGuiCallback.enterInterrupt(Dim.StackFrame lastFrame, String threadTitle, String alertMessage) Called when the interrupt loop has been entered.voidSwingGui.enterInterrupt(Dim.StackFrame lastFrame, String threadTitle, String alertMessage) Called when the interrupt loop has been entered.(package private) voidSwingGui.enterInterruptImpl(Dim.StackFrame lastFrame, String threadTitle, String alertMessage) Handles script interruption.private voidDim.handleBreakpointHit(Dim.StackFrame frame, Context cx) Called when a breakpoint has been hit.private voidDim.handleExceptionThrown(Context cx, Throwable ex, Dim.StackFrame frame) Called when a script exception has been thrown.private voidDim.interrupted(Context cx, Dim.StackFrame frame, Throwable scriptException) Interrupts script execution.private voidDim.ContextData.pushFrame(Dim.StackFrame frame) Pushes a stack frame on to the stack.(package private) voidSwingGui.showStopLine(Dim.StackFrame frame) Shows the line at which execution in the given stack frame just stopped.