and method

Implementation

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