visitFor method

bool? visitFor(
  1. ForStatement node
)
inherited

Implementation

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