org.crosswire.jsword.book.search.lucene
Class AbstractBinaryQuery
java.lang.Object
org.crosswire.jsword.book.search.lucene.AbstractBinaryQuery
- All Implemented Interfaces:
- Query
- Direct Known Subclasses:
- AndNotQuery, AndQuery, BlurQuery, OrQuery
public abstract class AbstractBinaryQuery
- extends Object
- implements Query
A binary token has a left token and right token.
- Author:
- DM Smith [ dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.crosswire.jsword.book.search.lucene.Query |
find |
leftToken
private Query leftToken
rightToken
private Query rightToken
AbstractBinaryQuery
public AbstractBinaryQuery(Query theLeftToken,
Query theRightToken)
getLeftToken
public Query getLeftToken()
- Returns:
- Returns the leftToken.
getRightToken
public Query getRightToken()
- Returns:
- Returns the rightToken.