BinaryExpression

protocol BinaryExpression : IdentifiableExpression

Represent a binary expression with two operands.

The full expression is represented as: operand1 operator operand2.