Package | Description |
---|---|
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. |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ArithmeticEngine |
Configurable.getArithmeticEngine()
Retrieves the arithmetic engine used to perform arithmetic operations.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurable.setArithmeticEngine(ArithmeticEngine arithmeticEngine)
Sets the arithmetic engine used to perform arithmetic operations.
|