NamedArgumenExprNode

Undocumented in source.

Constructors

this
this(TokenIndex loc, Identifier id, AstIndex expr)
Undocumented in source.

Members

Functions

getId
Identifier getId(CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
getParamIndex
ushort getParamIndex(CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
isSymResolved
bool isSymResolved()
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
void resolve(ushort paramIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin AstNodeData!(AstType.expr_named_argument, 0, AstNodeState.name_register_self_done)
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

expr
AstIndex expr;
Undocumented in source.

Meta