visitThrow abstract method

T? visitThrow(
  1. ThrowStatement node,
  2. A arg
)

Implementation

T? visitThrow(ThrowStatement node, A arg);