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.StackFrameDim.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 voidGuiCallback. enterInterrupt(Dim.StackFrame lastFrame, java.lang.String threadTitle, java.lang.String alertMessage)Called when the interrupt loop has been entered.voidSwingGui. enterInterrupt(Dim.StackFrame lastFrame, java.lang.String threadTitle, java.lang.String alertMessage)Called when the interrupt loop has been entered.
-