FunctionCallNode

Undocumented in source.

Constructors

this
this(ExpressionNode fn, ExpressionNode[] args, bool retThis)

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

expressionArgs
ExpressionNode[] expressionArgs;

Undocumented in source.

functionToCall
ExpressionNode functionToCall;

Undocumented in source.

returnThis
bool returnThis;

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