@override T? visitComment(Comment node) { stopwatch.start(); T? result = _baseVisitor.visitComment(node); stopwatch.stop(); return result; }