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