enum haxe.rtti.TypeTree
import haxe.rtti.CType;
Available on all platforms
enum haxe.rtti.TypeTree
import haxe.rtti.CType;
Available on all platforms
TPackage (name:String, full:String, subs:Array<TypeTree>)
TClassdecl (c:Classdef)
TEnumdecl (e:Enumdef)
TTypedecl (t:Typedef)
TAbstractdecl (a:Abstractdef)