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