BinaryExpression

constructor(left: Expression, right: Expression, op: BinaryExpression.BinaryOperator, typeName: String? = null, line: Int)