and method

Implementation

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