TypeTree
haxe.rtti.TypeTree (Enum)
The tree types of the runtime type.
Constructors
TPackage
TPackage(name: String, full: String, subs: Array<Anonymous>)
Parameters:
Name | Type |
---|---|
name |
String |
full |
String |
subs |
Array |
TClassdecl
TClassdecl(c: haxe.rtti.Classdef)
Parameters:
Name | Type |
---|---|
c |
haxe.rtti.Classdef |
TEnumdecl
TEnumdecl(e: haxe.rtti.Enumdef)
Parameters:
Name | Type |
---|---|
e |
haxe.rtti.Enumdef |
TTypedecl
TTypedecl(t: haxe.rtti.Typedef)
Parameters:
Name | Type |
---|---|
t |
haxe.rtti.Typedef |
TAbstractdecl
TAbstractdecl(a: haxe.rtti.Abstractdef)
Parameters:
Name | Type |
---|---|
a |
haxe.rtti.Abstractdef |