LambdaNode

Undocumented in source.

Constructors

this
this(Token arrow, string[] args, ExpressionNode[] defArgs, StatementNode[] stmts)

Undocumented in source.

this
this(Token arrow, string[] args, ExpressionNode[] defArgs, ExpressionNode ret)

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.

arrowToken
Token arrowToken;

Undocumented in source.

defaultArguments
ExpressionNode[] defaultArguments;

Undocumented in source.

returnExpression
ExpressionNode returnExpression;

Undocumented in source.

statements
StatementNode[] statements;

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