90919293949596
} if (!it.hasNext()) { throw new ParseException("query too short, with /field/ operator must be followed by a constant"); } String constant = it.next(); return new With(field, operator, constant); }