StackItem
haxe.StackItem (Enum)
Elements return by CallStack
methods.
Constructors
CFunction
CFunction
Module
Module(m: String)
Parameters:
Name | Type |
---|---|
m |
String |
FilePos
FilePos(s: Null<Anonymous>, file: String, line: Int, ?column: Int)
Parameters:
Name | Type |
---|---|
s |
Null |
file |
String |
line |
Int |
?column |
Int |
Method
Method(classname: Null<String>, method: String)
Parameters:
Name | Type |
---|---|
classname |
Null<String> |
method |
String |
LocalFunction
LocalFunction(?v: Int)
Parameters:
Name | Type |
---|---|
?v |
Int |