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