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