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