haXe API Documentation
Back | Index
enum haxe.macro.FieldType
import haxe.macro.Expr
Available in flash, neko, js, flash9, php, cpp
FVar(t : ComplexType)
FProp(t : ComplexType,get : String,set : String)
FFun(args : Array<{ type : ComplexType, opt : Bool, name : String}>,ret : ComplexType)
Back | Index