haXe API Documentation
Back | Index
enum haxe.macro.ClassKind
import haxe.macro.Type
Available in flash8, neko, js, flash, php, cpp
KTypeParameter
KNormal
KMacroType
KGenericInstance(cl : Ref<ClassType>,params : Array<Type>)
KGeneric
KExtension(cl : Ref<ClassType>,params : Array<Type>)
KExpr(expr : Expr)
Back | Index