BinaryOperatorExpr minus(Expression rhs) { return BinaryOperatorExpr(BinaryOperator.minus, this, rhs); }