Interface Calculate.SubCalc
- All Known Implementing Classes:
Calculate.CalcOp
,Calculate.NumberOp
- Enclosing class:
- Calculate
public static interface Calculate.SubCalc
Interface for <calculate> sub-element implementations.
-
Method Summary
Modifier and TypeMethodDescriptioncalcValue
(MethodContext methodContext, int scale, RoundingMode roundingMode)
-
Method Details
-
calcValue
BigDecimal calcValue(MethodContext methodContext, int scale, RoundingMode roundingMode) throws MiniLangException - Throws:
MiniLangException
-