visitForOf abstract method

T? visitForOf(
  1. ForOfStatement node,
  2. A arg
)

Implementation

T? visitForOf(ForOfStatement node, A arg);