Uses of Class
freemarker.core.ArithmeticEngine

Packages that use ArithmeticEngine
freemarker.core This package contains FreeMarker's core parsing/rendering functionality; most casual users do not need to be aware of the classes in this package, and can restrict their attention to the freemarker.template package. 
 

Uses of ArithmeticEngine in freemarker.core
 

Subclasses of ArithmeticEngine in freemarker.core
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
 ArithmeticEngine Configurable.getArithmeticEngine()
          Retrieves the arithmetic engine used to perform arithmetic operations.
 

Methods in freemarker.core with parameters of type ArithmeticEngine
 void Configurable.setArithmeticEngine(ArithmeticEngine arithmeticEngine)
          Sets the arithmetic engine used to perform arithmetic operations.