plus method

Implementation

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