or method

Implementation

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