Package dk.jonaslindstrom.arithmeticparser
package dk.jonaslindstrom.arithmeticparser
-
ClassDescriptionEvaluator<NumberT>This class can evaluate expressions parsed to reverse polish notation using the
Parser
class.NumberParser<T>Parser<NumberT>This class parses arithmetic expressions into reverse polish notation which makes them easy to evaluate.Instances of this class represents a token in an arithmetic expression.