public final class LaxIterationTermParser extends java.lang.Object implements TermParser
Terms. If the term does not contain a , this will return the sole term as is
and not as an Iterator Use StrictIterationTermParser if you always need an iterator, even for single terms.| Constructor and Description |
|---|
LaxIterationTermParser(TermParser termParser) |
| Modifier and Type | Method and Description |
|---|---|
Term |
parse(Tokenizer tokenizer)
|
public LaxIterationTermParser(TermParser termParser)
public Term parse(Tokenizer tokenizer) throws CarrotException
TermParserparse in interface TermParsertokenizer - A Tokenizer.TermCarrotException - in the syntax of the term was invalid.