visitFor method

T? visitFor(
  1. ForStatement node
)
override

Implementation

T? visitFor(ForStatement node) => defaultNode(node);