visitRaw method

T visitRaw(
  1. RawExpr value
)

Implementation

T visitRaw(RawExpr value) => visitExpr(value);