package haxe.macro
import haxe.macro.Expr
Available on all platformsRepresents a function in the AST.
args:Array<FunctionArg>
A list of function arguments.
expr:Null<Expr>
The expression of the function body, if available.
params:Null<Array<TypeParamDecl>>
An optional list of function parameter type declarations.
ret:Null<ComplexType>
The return type-hint of the function, if available.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/Function.html