public final class StrictIterationTermParser extends java.lang.Object implements TermParser
Terms.
Note, this *always* returns a term which evaluates to an Iterable, even if no comma is present. This is
different from using a LaxIterationTermParser which will
return a single scalar if the term is not an iteration of values.
| Constructor and Description |
|---|
StrictIterationTermParser(TermParser termParser) |
| Modifier and Type | Method and Description |
|---|---|
Term |
parse(Tokenizer tokenizer)
|
public StrictIterationTermParser(TermParser termParser)
public Term parse(Tokenizer tokenizer) throws CarrotException
TermParserparse in interface TermParsertokenizer - A Tokenizer.TermCarrotException - in the syntax of the term was invalid.