Uses of Interface
dk.jonaslindstrom.arithmeticparser.NumberParser
Packages that use NumberParser
-
Uses of NumberParser in dk.jonaslindstrom.arithmeticparser
Constructors in dk.jonaslindstrom.arithmeticparser with parameters of type NumberParserModifierConstructorDescriptionEvaluator
(Map<String, MultiOperator<NumberT>> functions, Map<String, java.util.function.BinaryOperator<NumberT>> operators, NumberParser<NumberT> parser) Parser
(List<String> operators, NumberParser<NumberT> parser) Create a new operator recognizing the given operators and using the given parser to convert numbers into the desired type.