Uses of Interface
no.sesat.search.query.parser.QueryParser.Context

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.
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.