visitForIn abstract method

T? visitForIn(
  1. ForInStatement node,
  2. A arg
)

Implementation

T? visitForIn(ForInStatement node, A arg);