BinaryExpr

A binary operation expression

Members

Variables

lhs
Expr lhs;

The left-hand side of the expression

op
BinaryOperation op;

The operation performed on the two sides

opToken
Token opToken;

The token representing this operation

rhs
Expr rhs;

The right-hand side of the expression

Meta