|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.htmlunit.corejs.javascript.tools.debugger.Dim.ContextData
public static class Dim.ContextData
Class to store information about a stack.
| Constructor Summary | |
|---|---|
Dim.ContextData()
|
|
| Method Summary | |
|---|---|
int |
frameCount()
Returns the number of stack frames. |
static Dim.ContextData |
get(Context cx)
Returns the ContextData for the given Context. |
Dim.StackFrame |
getFrame(int frameNumber)
Returns the stack frame with the given index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dim.ContextData()
| Method Detail |
|---|
public static Dim.ContextData get(Context cx)
public int frameCount()
public Dim.StackFrame getFrame(int frameNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||