haXe API Documentation
Back
|
Index
enum
haxe.macro.ComplexType
import haxe.macro.Expr
Available in flash8, neko, js, flash, php, cpp
TPath(p :
TypePath
)
TParent(t :
ComplexType
)
TOptional(t :
ComplexType
)
TFunction(args :
Array
<
ComplexType
>,ret :
ComplexType
)
TExtend(p :
TypePath
,fields :
Array
<
Field
>)
TAnonymous(fields :
Array
<
Field
>)
Back
|
Index