ExpressionDotIdentifier

An identifier qualified by an expression (expression.identifier)

Constructors

this
this(Location location, Name name, AstExpression expression)
Undocumented in source.

Members

Functions

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

expression
AstExpression expression;
Undocumented in source.
name
Name name;
Undocumented in source.

Inherited Members

From Identifier

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta