public static class DIM.ContextData
extends java.lang.Object
构造器和说明 |
---|
ContextData() |
限定符和类型 | 方法和说明 |
---|---|
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.
|
public static DIM.ContextData get(Context cx)
public int frameCount()
public DIM.StackFrame getFrame(int frameNumber)