FunctionAst

Undocumented in source.

Constructors

this
this(string name, string[] params)
Undocumented in source.

Members

Functions

getAstType
LedAstType getAstType()
Undocumented in source. Be warned that the author may not have intended to support it.
getExpressionType
AstExpressionType getExpressionType()
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bodyStatements
AstType[] bodyStatements;
Undocumented in source.
functionName
string functionName;
Undocumented in source.
params
string[] params;
Undocumented in source.

Meta