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