haXe API Documentation
Back | Index
enum haxe.macro.Type
Available in flash8, neko, js, flash, php, cpp
TType(t : Ref<DefType>,params : Array<Type>)
TMono(t : Ref<Null<Type>>)
TLazy(f : Void -> Type)
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>)
TAbstract(t : Ref<AbstractType>,params : Array<Type>)
Back | Index