|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryParser.Context | |
|---|---|
| no.sesat.search.query.parser |
IMPLEMENTATION PACKAGE TO no.sesat.search.query. Therefore the dependency goes from this package to the query pacakge. |
| no.sesat.search.query.parser.alt | |
| Uses of QueryParser.Context in no.sesat.search.query.parser |
|---|
| Classes in no.sesat.search.query.parser that implement QueryParser.Context | |
|---|---|
class |
AbstractQueryParserContext
Default implementation of QueryParser.Context's createXxxClause methods. |
| Fields in no.sesat.search.query.parser declared as QueryParser.Context | |
|---|---|
protected QueryParser.Context |
AbstractQueryParser.context
the context this query parser implementation must work against. |
| Methods in no.sesat.search.query.parser that return QueryParser.Context | |
|---|---|
protected QueryParser.Context |
AbstractQueryParser.createContext(String input)
Create a new context the return the argument on any call to its getQueryString() method. |
| Constructors in no.sesat.search.query.parser with parameters of type QueryParser.Context | |
|---|---|
QueryParserImpl(QueryParser.Context cxt)
|
|
QueryParserImpl(QueryParser.Context cxt,
int lexicalState)
|
|
| Uses of QueryParser.Context in no.sesat.search.query.parser.alt |
|---|
| Subinterfaces of QueryParser.Context in no.sesat.search.query.parser.alt | |
|---|---|
static interface |
Alternation.Context
Context to work within. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||