visitForOf method

dynamic visitForOf(
  1. ForOfStatement node
)
inherited

Implementation

T? visitForOf(ForOfStatement node) => defaultNode(node);