AstBinaryExpression

Undocumented in source.

Constructors

this
this(Location location, AstBinaryOp op, AstExpression lhs, AstExpression 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
AstExpression lhs;
Undocumented in source.
op
AstBinaryOp op;
Undocumented in source.
rhs
AstExpression rhs;
Undocumented in source.

Inherited Members

From AstExpression

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

Meta