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