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