or method

Expression or(
  1. Expression other
)

Implementation

Expression or(Expression other) {
  return Expression.or(this, other);
}