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