anvil.core.runtime.stack
Class StackModule

java.lang.Object
  |
  +--anvil.core.runtime.stack.StackModule

public class StackModule
extends java.lang.Object


Field Summary
static NativeNamespace __module__
           
static RuntimePermission CAN_READ
           
static java.lang.Object[] p_getFrame
           
static java.lang.Object[] p_getFunction
           
static java.lang.Object[] p_getLine
           
static java.lang.Object[] p_getModule
           
static java.lang.Object[] p_getPathinfo
           
static java.lang.Object[] p_getThis
           
static java.lang.Object[] p_getZone
           
 
Constructor Summary
StackModule()
           
 
Method Summary
static Any getFrame(Context context, int frame)
           
static Any getFrameCount(Context context)
           
static Any getFunction(Context context, int frame)
           
static Any getLine(Context context, int frame)
           
static Any getModule(Context context, int frame)
           
static Any getPathinfo(Context context, int frame)
           
static Any getStack(Context context)
           
static Any getThis(Context context, int frame)
           
static Any getZone(Context context, int frame)
           
static Any printStack(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAN_READ

public static final RuntimePermission CAN_READ

p_getPathinfo

public static final java.lang.Object[] p_getPathinfo

p_getLine

public static final java.lang.Object[] p_getLine

p_getModule

public static final java.lang.Object[] p_getModule

p_getThis

public static final java.lang.Object[] p_getThis

p_getFunction

public static final java.lang.Object[] p_getFunction

p_getFrame

public static final java.lang.Object[] p_getFrame

p_getZone

public static final java.lang.Object[] p_getZone

__module__

public static final NativeNamespace __module__
Constructor Detail

StackModule

public StackModule()
Method Detail

printStack

public static final Any printStack(Context context)

getStack

public static final Any getStack(Context context)

getFrameCount

public static final Any getFrameCount(Context context)

getPathinfo

public static final Any getPathinfo(Context context,
                                    int frame)

getLine

public static final Any getLine(Context context,
                                int frame)

getModule

public static final Any getModule(Context context,
                                  int frame)

getThis

public static final Any getThis(Context context,
                                int frame)

getFunction

public static final Any getFunction(Context context,
                                    int frame)

getFrame

public static final Any getFrame(Context context,
                                 int frame)

getZone

public static final Any getZone(Context context,
                                int frame)