| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
ArithmeticEngine |
Configurable.getArithmeticEngine() |
The getter pair of
Configurable.setArithmeticEngine(ArithmeticEngine). |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Configurable.setArithmeticEngine(ArithmeticEngine arithmeticEngine) |
Sets the arithmetic engine used to perform arithmetic operations.
|