haXe API Documentation
Back
|
Index
enum
haxe.macro.FieldType
import haxe.macro.Expr
Available in flash, neko, js, flash9, php, cpp
FVar(t :
Null
<
ComplexType
>,?e :
Expr
)
FProp(get :
String
,set :
String
,t :
ComplexType
,?e :
Expr
)
FFun(f :
Function
)
Back
|
Index