visitForIn method

bool? visitForIn(
  1. ForInStatement node
)
inherited

Implementation

T? visitForIn(ForInStatement node) => defaultNode(node);