Uses of Class
freemarker.core.ArithmeticEngine
Packages that use ArithmeticEngine
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.-
Uses of ArithmeticEngine in freemarker.core
Subclasses of ArithmeticEngine in freemarker.coreModifier and TypeClassDescriptionstatic class
This is the default arithmetic engine in FreeMarker.static class
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 ArithmeticEngineModifier and TypeMethodDescriptionConfigurable.getArithmeticEngine()
The getter pair ofConfigurable.setArithmeticEngine(ArithmeticEngine)
.ParserConfiguration.getArithmeticEngine()
Overlaps withConfigurable.getArithmeticEngine()
; the parser needs this for creating numerical literals.Methods in freemarker.core with parameters of type ArithmeticEngineModifier and TypeMethodDescriptionvoid
Configurable.setArithmeticEngine
(ArithmeticEngine arithmeticEngine) Sets the arithmetic engine used to perform arithmetic operations.