// do nothing, should never be called actually
return data;
}
public Object visit(ASTQuery node, Object data) {
root = new QueryRootNode();
root.setLocationNode(new PathQueryNode(root));
// pass to select, from, where, ...
node.childrenAccept(this, root);