visitBlock abstract method

T? visitBlock(
  1. BlockStatement node,
  2. A arg
)

Implementation

T? visitBlock(BlockStatement node, A arg);