BinaryExpression

constructor(left: Expression, operator: BinaryOperator, right: Expression)

Parameters

left

The left Expression operand of the binary expression.

right

The right Expression operand of the binary expression.

operator

The BinaryOperator that applies to the two operands.