enum haxe.macro.ModuleType
import haxe.macro.Type;
Available on all platforms
enum haxe.macro.ModuleType
import haxe.macro.Type;
Available on all platforms
TClassDecl (c:Ref<ClassType>)
TEnumDecl (e:Ref<EnumType>)
TTypeDecl (t:Ref<DefType>)
TAbstract (a:Ref<AbstractType>)