PolysemousExpression

Expression that can in fact be several expressions. A good example is IdentifierExpression that resolve as overloaded functions.

Constructors

this
this(Location location, Expression[] expressions)
Undocumented in source.

Members

Variables

expressions
Expression[] expressions;
Undocumented in source.

Inherited Members

From Expression

type
Type type;
Undocumented in source.
isLvalue
bool isLvalue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta