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