plus method

Implementation

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