Type
enum haxe.macro.TypeAvailable in flash8, flash, neko, js, php, cpp
TType(t : Ref<DefType>,params : Array<Type>)A typedef instance.
TMono(t : Ref<Null<Type>>)An untyped monomorph, such as Unknown<0>.
TLazy(f : Void -> Type)
TInst(t : Ref<ClassType>,params : Array<Type>)A class instance.
TFun(args : Array<{ t : Type, opt : Bool, name : String }>,ret : Type)A function, such as Int->Int->Bool.
TEnum(t : Ref<EnumType>,params : Array<Type>)An Enum. Note that Bool and Void are also Enum.
TDynamic(t : Null<Type>)
TAnonymous(a : Ref<AnonType>)
version #13326, modified 2012-04-12 22:29:13 by api