Uses of Interface
org.crosswire.jsword.book.search.parse.Word

Packages that use Word
org.crosswire.jsword.book.search.parse The search package is responsible for taking a text string "God & loves & world" and turning it into a series of calls to Book and Passage to find the answer. 
 

Uses of Word in org.crosswire.jsword.book.search.parse
 

Subinterfaces of Word in org.crosswire.jsword.book.search.parse
 interface CommandWord
          CommandWord extends Word to allow actions that alter a base Passage.
 interface ParamWord
          A ParamWord extends Word to provide more information to a CommandWord.
 

Classes in org.crosswire.jsword.book.search.parse that implement Word
 class AddCommandWord
          Alter the Passage by calling addAll with a Passage grabbed from the next word in the search string.
 class BlurCommandWord
          Alter the Passage by calling blur with a number grabbed from the next word in the search string.
 class DefaultWord
          The Search Word for a Word to search for.
 class GrammarParamWord
          The Search Word for a Word to search for.
 class PassageLeftParamWord
          The Search Word for a Word to search for.
 class PassageRightParamWord
          The end of an escape to specify a passage directly.
 class PhraseParamWord
          The Search Word for a Word to search for.
 class RemoveCommandWord
          Alter the Passage by calling removeAll with a Passage grabbed from the next word in the search string.
 class RetainCommandWord
          Alter the Passage by calling retainAll with a Passage grabbed from the next word in the search string.
 class StartsParamWord
          The Search Word for a Word to search for.
 class SubLeftParamWord
          The Search Word for a Word to search for.
 class SubRightParamWord
          The Search Word for a Word to search for.
 


Copyright ? 2003-2004