visitAnd method

T visitAnd(
  1. AndExpr value
)

Implementation

T visitAnd(AndExpr value) => visitExpr(value);