Package | Description |
---|---|
freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template . |
Modifier and Type | Field and Description |
---|---|
static ArithmeticEngine.ConservativeEngine |
ArithmeticEngine.CONSERVATIVE_ENGINE
Arithmetic engine that uses (more-or-less) the widening conversions of
Java language to determine the type of result of operation, instead of
converting everything to BigDecimal up front.
|