FunctionLiteralNode

Undocumented in source.

Constructors

this
this(Token t, string[] args, ExpressionNode[] defArgs, StatementNode[] stmts, string optional, bool isC, bool isG)

Undocumented in source.

Members

Functions

accept
Variant accept(IExpressionVisitor visitor)

Undocumented in source. Be warned that the author may not have intended to support it.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

argList
string[] argList;

Undocumented in source.

defaultArguments
ExpressionNode[] defaultArguments;

Undocumented in source.

isClass
bool isClass;

Undocumented in source.

isGenerator
bool isGenerator;

Undocumented in source.

optionalName
string optionalName;

Undocumented in source.

statements
StatementNode[] statements;

Undocumented in source.

token
Token token;

Undocumented in source.

Inherited Members

From ExpressionNode

accept
Variant accept(IExpressionVisitor visitor)

Undocumented in source.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta