Package ch.andre601.expressionparser
package ch.andre601.expressionparser
-
ClassDescriptionClass containing static methods to convert
ToBooleanExpression
,ToDoubleExpression
andToStringExpression
into their respective counterparts.Class for aExpressionParserEngine
instance to use.Class extendingExpressionParserEngine.Builder
withDefaultExpressionParserEngine
.This interface can be used to create multiple Expression parsers, all using the same core stuff.Abstract class that can be used to create a new Builder for aExpressionParserEngine
.Simple class that is used by theDefaultExpressionParserEngine
and theExpressionTokenizer
for when an issue appears.Record used to hold the position of where an issue appeared and the warning itself.