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