visitIf method

T? visitIf(
  1. IfStatement node
)
override

Implementation

T? visitIf(IfStatement node) => defaultNode(node);