static class JexlThreadedArithmetic.Features
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
lenient
Whether this JexlArithmetic instance behaves in strict or lenient mode.
|
private java.math.MathContext |
mathContext
The big decimal math context.
|
private java.lang.Integer |
mathScale
The big decimal scale.
|
Constructor and Description |
---|
Features()
Default ctor.
|