|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryParser
Parser responsible for building the Query and its clause heirarchy. This interface does not define the behaviour as to how the QueryParser will get the query string.
| Nested Class Summary | |
|---|---|
static interface |
QueryParser.Context
The Context an QueryParser implementation needs to work off. |
| Field Summary | |
|---|---|
static String[] |
OPERATORS
Duplication of the parser's operators. |
static char[][] |
SKIP_CHARACTER_RANGES
Duplication of the parser's definition of SKIP. |
| Method Summary | |
|---|---|
Query |
getQuery()
Get the Query. |
| Field Detail |
|---|
static final char[][] SKIP_CHARACTER_RANGES
static final String[] OPERATORS
| Method Detail |
|---|
Query getQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||