visitIf abstract method

T? visitIf(
  1. IfStatement node,
  2. A arg
)

Implementation

T? visitIf(IfStatement node, A arg);