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