BinaryOp

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Operator op, Expr lhs, Expr rhs)
Undocumented in source.

Members

Mixins

__anonymous
mixin NodeKind
Undocumented in source.

Variables

lhs
Expr lhs;
Undocumented in source.
operator
Operator operator;
Undocumented in source.
rhs
Expr rhs;
Undocumented in source.

Mixed In Members

From mixin NodeKind

kind
Kind kind()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Expr

__anonymous
mixin NodeKind
Undocumented in source.

Meta