visitAugmentationImportDirective method
Implementation
@override
T? visitAugmentationImportDirective(AugmentationImportDirective node) {
  stopwatch.start();
  T? result = _baseVisitor.visitAugmentationImportDirective(node);
  stopwatch.stop();
  return result;
}