Uses of Class
freemarker.core.ArithmeticEngine
-
Packages that use ArithmeticEngine Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of ArithmeticEngine in freemarker.core
Subclasses of ArithmeticEngine in freemarker.core Modifier and Type Class Description static class
ArithmeticEngine.BigDecimalEngine
This is the default arithmetic engine in FreeMarker.static class
ArithmeticEngine.ConservativeEngine
An arithmetic engine that conservatively widens the operation arguments to extent that they can hold the result of the operation.Methods in freemarker.core that return ArithmeticEngine Modifier and Type Method Description ArithmeticEngine
Configurable. getArithmeticEngine()
The getter pair ofConfigurable.setArithmeticEngine(ArithmeticEngine)
.Methods in freemarker.core with parameters of type ArithmeticEngine Modifier and Type Method Description void
Configurable. setArithmeticEngine(ArithmeticEngine arithmeticEngine)
Sets the arithmetic engine used to perform arithmetic operations.
-