or method

Implementation

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