and method

Expression and(
  1. Expression other
)

Implementation

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