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