|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryClause | |
|---|---|
| no.sesat.search.mode.command.querybuilder | |
| no.sesat.search.query | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| 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. |
| no.sesat.search.query.parser.alt | |
| no.sesat.search.query.transform | |
| Uses of BinaryClause in no.sesat.search.mode.command.querybuilder |
|---|
| Methods in no.sesat.search.mode.command.querybuilder with parameters of type BinaryClause | |
|---|---|
protected void |
BaseFilterBuilder.visitImpl(BinaryClause clause)
|
| Uses of BinaryClause in no.sesat.search.query |
|---|
| Subinterfaces of BinaryClause in no.sesat.search.query | |
|---|---|
interface |
AndClause
|
interface |
DefaultOperatorClause
|
interface |
OrClause
|
interface |
XorClause
A special clause to distinguish between QueryParser's guesses to the specific LeafClause type. |
| Uses of BinaryClause in no.sesat.search.query.finder |
|---|
| Methods in no.sesat.search.query.finder that return types with arguments of type BinaryClause | |
|---|---|
List<BinaryClause> |
ForestFinder.findForestRoots(UnaryClause root)
|
| Methods in no.sesat.search.query.finder with parameters of type BinaryClause | |
|---|---|
protected void |
PredicateCollector.visitImpl(BinaryClause clause)
TODO comment me. |
protected void |
ForestFinder.visitImpl(BinaryClause clause)
|
protected void |
PredicateFinder.visitImpl(BinaryClause clause)
TODO comment me. |
protected void |
ChildFinder.visitImpl(BinaryClause clause)
|
protected void |
ParentFinder.visitImpl(BinaryClause clause)
|
protected void |
Counter.visitImpl(BinaryClause clause)
|
protected void |
WhoWhereSplitter.visitImpl(BinaryClause clause)
|
| Uses of BinaryClause in no.sesat.search.query.parser |
|---|
| Classes in no.sesat.search.query.parser that implement BinaryClause | |
|---|---|
class |
AndClauseImpl
The AndClauseImpl represents a joining clause between two terms in the query. |
class |
DefaultOperatorClauseImpl
The OrClauseImpl represents a joining clause between two terms in the query. |
class |
OrClauseImpl
The OrClauseImpl represents a joining clause between two terms in the query. |
class |
XorClauseImpl
The XorClauseImpl represents a joining clause between two terms in the query. |
| Uses of BinaryClause in no.sesat.search.query.parser.alt |
|---|
| Methods in no.sesat.search.query.parser.alt with type parameters of type BinaryClause | ||
|---|---|---|
protected
|
AbstractAlternation.leftOpChild(T clause)
will return null instead of a leafClause |
|
protected
|
AbstractAlternation.rightOpChild(T clause)
will return null instead of a leafClause |
|
| Methods in no.sesat.search.query.parser.alt with parameters of type BinaryClause | |
|---|---|
protected UnaryClause |
AbstractAlternation.replaceDescendant(BinaryClause root,
BinaryClause newChild,
BinaryClause originalChild,
BinaryClause originalParent)
Build new DoubleOperatorClauses from newChild all the way back up to the root. |
protected Clause |
AbstractAlternation.rightChild(BinaryClause clause)
will return right child, leaf or operation. |
| Uses of BinaryClause in no.sesat.search.query.transform |
|---|
| Methods in no.sesat.search.query.transform with parameters of type BinaryClause | |
|---|---|
void |
LowercaseQueryTransformer.visitImpl(BinaryClause clause)
|
void |
RegexpQueryTransformer.visitImpl(BinaryClause clause)
|
protected void |
TokenMaskQueryTransformer.visitImpl(BinaryClause clause)
TODO comment me. |
void |
ExactMatchQueryTransformer.visitImpl(BinaryClause clause)
|
protected void |
DefaultInitialisationQueryTransformer.visitImpl(BinaryClause clause)
|
protected void |
SynonymQueryTransformer.visitImpl(BinaryClause clause)
TODO comment me. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||