Package ch.andre601.expressionparser.expressions
package ch.andre601.expressionparser.expressions
-
ClassDescriptionEmpty interface used to extend other interfaces with.Class containing a collection of pre-made methods to perform certain operations with.The ExpressionTokenizer is responsible for turning a String into a collection of
Token instances
using a provided list ofTokenReader instances
.Expression Interface to turn an expression into a boolean value.Pre-made class that can be used through theliteral method
of the ToBooleanExpression interface.Expression interface to turn an expression into a double.Pre-made class that can be used through theliteral method
of the ToDoubleExpression interface.Expression interface to turn an expression into a String.Pre-made class that can be used through theliteral method
of the ToStringExpression interface.