visitThrow method

bool? visitThrow(
  1. ThrowStatement node
)
inherited

Implementation

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