| Constructor and Description |
|---|
CallStack() |
CallStack(EmptyObject empty) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
__hx_create(Array arr) |
static java.lang.Object |
__hx_createEmpty() |
static void |
__hx_ctor_haxe_CallStack(CallStack __temp_me15) |
static Array<StackItem> |
callStack() |
static Array<StackItem> |
exceptionStack() |
static void |
itemToString(StringBuf b,
StackItem s) |
static java.lang.Object |
makeStack(java.lang.Object s) |
static java.lang.String |
toString(Array<StackItem> stack) |
__hx_ctor_haxe_lang_HxObject, __hx_deleteField, __hx_getField_f, __hx_getField, __hx_getFields, __hx_invokeField, __hx_lookupField_f, __hx_lookupField, __hx_lookupSetField_f, __hx_lookupSetField, __hx_setField_f, __hx_setFieldpublic CallStack(EmptyObject empty)
public CallStack()
public static void __hx_ctor_haxe_CallStack(CallStack __temp_me15)
public static java.lang.Object makeStack(java.lang.Object s)
public static java.lang.Object __hx_createEmpty()
public static java.lang.Object __hx_create(Array arr)