enum haxe.macro.FieldType
import haxe.macro.Expr;
Available on all platforms
enum haxe.macro.FieldType
import haxe.macro.Expr;
Available on all platforms
FVar (t:Null<ComplexType>, e:Expr)
FFun (f:Function)
FProp (get:String, set:String, t:ComplexType, e:Expr)