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