haXe API Documentation
Back | Index
enum haxe.macro.Type
Available in flash, neko, js, flash9, php, cpp
TType(t : Ref<DefType>,params : Array<Type>)
TMono
TInst(t : Ref<ClassType>,params : Array<Type>)
TFun(args : Array<{ t : Type, opt : Bool, name : String}>,ret : Type)
TEnum(t : Ref<EnumType>,params : Array<Type>)
TDynamic(t : Null<Type>)
TAnonymous(a : Ref<AnonType>)
Back | Index