(final QueryContext qc, final InputInfo ii, final long pos)
| 97 | } |
| 98 | |
| 99 | @Override |
| 100 | public boolean test(final QueryContext qc, final InputInfo ii, final long pos) |
| 101 | throws QueryException { |
| 102 | return bool(ii); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * Returns a string representation of the value. |