BinaryExpr
constructor(tokenRange: TokenRange, left: Expression, right: Expression, operator: BinaryExpr.Operator)(source)
This constructor is used by the parser and is considered private.
This constructor is used by the parser and is considered private.