|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractClause | |
|---|---|
| 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 AbstractClause in no.sesat.search.query.parser |
|---|
| Subclasses of AbstractClause in no.sesat.search.query.parser | |
|---|---|
class |
AbstractBinaryClause
Abstract binary operation clause. |
class |
AbstractLeafClause
Basic implementation of the LeafClause interface. |
class |
AbstractUnaryClause
Basic implementation of the OperationClause interface. |
class |
AndClauseImpl
The AndClauseImpl represents a joining clause between two terms in the query. |
class |
AndNotClauseImpl
The AndNotClauseImpl represents a joining not clause between two terms in the query. |
class |
DefaultOperatorClauseImpl
The OrClauseImpl represents a joining clause between two terms in the query. |
class |
EmailClauseImpl
EmailClauseImpl. |
class |
IntegerClauseImpl
IntegerClauseImpl. |
class |
NotClauseImpl
The NotClauseImpl represents a not clause between prefixing another term in the query. |
class |
NumberGroupClauseImpl
Nine digit organisation clause. |
class |
OrClauseImpl
The OrClauseImpl represents a joining clause between two terms in the query. |
class |
PhoneNumberClauseImpl
|
class |
PhraseClauseImpl
|
class |
UrlClauseImpl
UrlClauseImpl. |
class |
WordClauseImpl
Represent a word in the query. |
class |
XorClauseImpl
The XorClauseImpl represents a joining clause between two terms in the query. |
| Methods in no.sesat.search.query.parser with type parameters of type AbstractClause | ||
|---|---|---|
protected static
|
AbstractClause.addClauseInUse(String key,
T clause,
no.sesat.commons.ref.ReferenceMap<String,T> weakCache)
Note there is an identical and immutable Clause ready to use in the JVM. |
|
protected static
|
AbstractClause.findClauseInUse(String key,
no.sesat.commons.ref.ReferenceMap<String,T> weakCache)
See if there is an identical and immutable Clause already in use in the JVM. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||