CallExprNode

Undocumented in source.

Members

Functions

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

Mixins

__anonymous
mixin ExpressionNodeData!(AstType.expr_call)
Undocumented in source.

Variables

args
AstNodes args;
Undocumented in source.
argsValues
IrIndex[] argsValues;
Undocumented in source.
callee
AstIndex callee;
Undocumented in source.
parentScope
ScopeIndex parentScope;
Undocumented in source.

Meta