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