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