844845846847848849850851
@Override public Object visit(ASTBlankNode node, Object data) throws VisitorException { throw new VisitorException( "Blank nodes must be replaced with variables before building the query model"); }