FunctionDeclarationStatementNode

Undocumented in source.

Constructors

this
this(size_t lineNo, string n, string[] args, ExpressionNode[] defArgs, StatementNode[] statements, bool isG)

Undocumented in source.

Members

Functions

accept
Variant accept(IStatementVisitor 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

argNames
string[] argNames;

Undocumented in source.

defaultArguments
ExpressionNode[] defaultArguments;

Undocumented in source.

isGenerator
bool isGenerator;

Undocumented in source.

name
string name;

Undocumented in source.

statementNodes
StatementNode[] statementNodes;

Undocumented in source.

Inherited Members

From StatementNode

accept
Variant accept(IStatementVisitor visitor)

Undocumented in source.

toString
string toString()

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

line
size_t line;

Undocumented in source.

Meta