Class ValueReader

java.lang.Object
ch.andre601.expressionparser.parsers.ValueReader
Direct Known Subclasses:
BooleanConstantReader, NegatedExpressionReader, NegatedNumberReader, NumberConstantReader, ParenthesisedExpressionReader, StringConstantReader

public abstract class ValueReader extends Object
Abstract class used in other classes to create a ValueReader.
The Value reader goes through the collection of Tokens and tries to convert them into a ExpressionTemplate should the token match a specific one.
See Also: