Uses of Interface
no.sesat.search.query.AndNotClause

Packages that use AndNotClause
no.sesat.search.mode.command.querybuilder   
no.sesat.search.query.finder   
no.sesat.search.query.parser IMPLEMENTATION PACKAGE TO no.sesat.search.query.
Therefore the dependency goes from this package to the query pacakge. 
 

Uses of AndNotClause in no.sesat.search.mode.command.querybuilder
 

Methods in no.sesat.search.mode.command.querybuilder with parameters of type AndNotClause
protected  void BaseFilterBuilder.visitImpl(AndNotClause clause)
           
 

Uses of AndNotClause in no.sesat.search.query.finder
 

Methods in no.sesat.search.query.finder with parameters of type AndNotClause
protected  void PredicateCollector.visitImpl(AndNotClause clause)
          TODO comment me.
protected  void PredicateFinder.visitImpl(AndNotClause clause)
          TODO comment me.
protected  void FirstLeafFinder.visitImpl(AndNotClause clause)
           
protected  void WhoWhereSplitter.visitImpl(AndNotClause clause)
           
 

Uses of AndNotClause in no.sesat.search.query.parser
 

Classes in no.sesat.search.query.parser that implement AndNotClause
 class AndNotClauseImpl
          The AndNotClauseImpl represents a joining not clause between two terms in the query.
 

Methods in no.sesat.search.query.parser that return AndNotClause
 AndNotClause QueryParserImpl.andNotOperation()
           
 AndNotClause AbstractQueryParserContext.createAndNotClause(Clause first)
          Creator wrapper method for AndNotClause objects.
 AndNotClause QueryParser.Context.createAndNotClause(Clause first)
          Creator wrapper method for AndNotClause objects.
 



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