Class Dim.ContextData
- java.lang.Object
- 
- org.mozilla.javascript.tools.debugger.Dim.ContextData
 
- 
- Enclosing class:
- Dim
 
 public static class Dim.ContextData extends java.lang.ObjectClass to store information about a stack.
- 
- 
Constructor SummaryConstructors Constructor Description ContextData()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intframeCount()Returns the number of stack frames.static Dim.ContextDataget(Context cx)Returns the ContextData for the given Context.Dim.StackFramegetFrame(int frameNumber)Returns the stack frame with the given index.
 
- 
- 
- 
Method Detail- 
getpublic static Dim.ContextData get(Context cx) Returns the ContextData for the given Context.
 - 
frameCountpublic int frameCount() Returns the number of stack frames.
 - 
getFramepublic Dim.StackFrame getFrame(int frameNumber) Returns the stack frame with the given index.
 
- 
 
-