Package ch.andre601.expressionparser.parsers
package ch.andre601.expressionparser.parsers
-
ClassDescriptionClass used to parse a list of
Tokens
into a singleExpressionTemplate
.ValueReader
creating a negatedExpressionTemplate
when the first token is the provided one.ValueReader
creating a negatedExpressionTemplate
should the first token be the provided one.ValueReader
converting a set of token into anExpressionTemplate
if the first token is the same as the first token provided and the follow-up tokens containing the second provided token.Abstract class used in other classes to create a ValueReader.