visitOr method

T visitOr(
  1. OrExpr value
)

Implementation

T visitOr(OrExpr value) => visitExpr(value);