BinaryExpression

Undocumented in source.

Constructors

this
this(Location location, Type type, BinaryOp op, Expression lhs, Expression rhs)
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

lhs
Expression lhs;
Undocumented in source.
op
BinaryOp op;
Undocumented in source.
rhs
Expression rhs;
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