BinaryOperator.raw(Expression first, Expression second)

Creates a new BinaryOperation from two given expressions.

Source

BinaryOperator.raw(this.first, this.second);