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