BinaryExprNode

Undocumented in source.

Members

Functions

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

Mixins

__anonymous
mixin ExpressionNodeData!(AstType.expr_bin_op, 0)
Undocumented in source.

Variables

left
AstIndex left;
Undocumented in source.
op
BinOp op;
Undocumented in source.
right
AstIndex right;
Undocumented in source.

Meta