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