anvil.core.runtime.stack
Class StackModule
java.lang.Object
|
+--anvil.core.runtime.stack.StackModule
- public class StackModule
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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__
StackModule
public StackModule()
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)