()
| 95 | } |
| 96 | |
| 97 | @Override |
| 98 | public int hashCode() { |
| 99 | try { |
| 100 | return Token.hashCode(binary(null)); |
| 101 | } catch(final QueryException ex) { |
| 102 | Util.stack(ex); |
| 103 | return Integer.MAX_VALUE; |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | @Override |
| 108 | public final byte[] parse(final Item item, final InputInfo info) throws QueryException { |