Class Dim.ContextData
java.lang.Object
org.mozilla.javascript.tools.debugger.Dim.ContextData
- Enclosing class:
Dim
Class to store information about a stack.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of stack frames.static Dim.ContextData
Returns the ContextData for the given Context.getFrame
(int frameNumber) Returns the stack frame with the given index.
-
Constructor Details
-
ContextData
public ContextData()
-
-
Method Details
-
get
Returns the ContextData for the given Context. -
frameCount
public int frameCount()Returns the number of stack frames. -
getFrame
Returns the stack frame with the given index.
-