Package com.ezylang.evalex.config
-
Interface Summary Interface Description FunctionDictionaryIfc A function dictionary holds all the functions, that can be used in an expression.OperatorDictionaryIfc An operator dictionary holds all the operators, that can be used in an expression. -
Class Summary Class Description ExpressionConfiguration The expression configuration can be used to configure various aspects of expression parsing and evaluation.MapBasedFunctionDictionary A default case-insensitive implementation of the function dictionary that uses a localMap.Entry<String, FunctionIfc>for storage.MapBasedOperatorDictionary A default case-insensitive implementation of the operator dictionary that uses a localMap.Entry<String,OperatorIfc>for storage.