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