|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--anvil.core.Any
|
+--anvil.core.AnyAbstractClass
|
+--anvil.core.runtime.AnyStackTraceElement
class AnyStackTraceElelement
| Field Summary | |
static NativeClass |
_class
|
static RuntimePermission |
CAN_USE
|
| Fields inherited from class anvil.core.Any |
ARRAY0, DOUBLE_MINUS_ONE, DOUBLE_ONE, DOUBLE_ZERO, EMPTY_STRING, EMPTY_TUPLE, FALSE, INF, IS_ARRAY, IS_BINARY, IS_BOOLEAN, IS_BUFFER, IS_CLASS, IS_DOUBLE, IS_ENUMERATION, IS_INF, IS_INT, IS_LIST, IS_MAP, IS_NEG_INF, IS_NULL, IS_PATTERN, IS_RANGE, IS_STRING, IS_TUPLE, IS_UNDEFINED, MINUS_ONE, NAN, NEG_INF, NULL, ONE, p_compareTo, p_each, p_equals, p_pipe, p_select, THREE, TRUE, TWO, UNDEFINED, ZERO |
| Constructor Summary | |
AnyStackTraceElement(Module module,
Any instance,
Function function,
int line)
|
|
AnyStackTraceElement(StackFrame frame)
|
|
| Method Summary | |
ClassType |
classOf()
Returns the type of this Any. |
Any |
m_getClassName()
|
Any |
m_getFunction(Context context)
|
Any |
m_getFunctionName()
|
Any |
m_getInstance(Context context)
|
Any |
m_getLine()
|
Any |
m_getModule(Context context)
|
Any |
m_getPathinfo()
|
void |
serialize(Serializer serializer)
|
java.lang.Object |
toObject()
Gets the contained value as java.lang.Object. |
java.lang.String |
toString()
Converts contained value into String. |
static Any |
unserialize(Unserializer unserializer)
|
| Methods inherited from class anvil.core.AnyAbstractClass |
doSerialize, isMutable, serializeObject, toBoolean, typeOf, unserializeObject |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final RuntimePermission CAN_USE
public static final NativeClass _class
| Constructor Detail |
public AnyStackTraceElement(Module module,
Any instance,
Function function,
int line)
public AnyStackTraceElement(StackFrame frame)
| Method Detail |
public final ClassType classOf()
Any
classOf in class AnyAbstractClasspublic java.lang.Object toObject()
Anyjava.lang.Object.
toObject in class Anypublic java.lang.String toString()
AnyString.
toString in class AnyAbstractClassString.
public void serialize(Serializer serializer)
throws java.io.IOException
serialize in class AnyAbstractClassjava.io.IOException
public static Any unserialize(Unserializer unserializer)
throws UnserializationException
UnserializationExceptionpublic Any m_getPathinfo()
public Any m_getClassName()
public Any m_getLine()
public Any m_getModule(Context context)
public Any m_getInstance(Context context)
public Any m_getFunctionName()
public Any m_getFunction(Context context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||