Package ch.andre601.expressionparser.parsers
package ch.andre601.expressionparser.parsers
-
ClassesClassDescriptionClass used to parse a list of Tokens into a single
ExpressionTemplate.ValueReadercreating a negatedExpressionTemplatewhen the first token is the provided one.ValueReadercreating a negatedExpressionTemplateshould the first token be the provided one.ValueReaderconverting a set of token into anExpressionTemplateif 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.