visitThrow method

T? visitThrow(
  1. ThrowStatement node
)
override

Implementation

T? visitThrow(ThrowStatement node) => defaultNode(node);