public final class EmptyTermParser extends java.lang.Object implements TermParser
TermParser which doesn't really parse anything, but always returns an EmptyTerm.| Constructor and Description |
|---|
EmptyTermParser() |
| Modifier and Type | Method and Description |
|---|---|
Term |
parse(Tokenizer tokenizer)
|
public Term parse(Tokenizer tokenizer) throws CarrotException
TermParserparse in interface TermParsertokenizer - A Tokenizer.TermCarrotException - in the syntax of the term was invalid.