public interface SimpleNumberBigIntegerCoercer
Modifier and Type | Method and Description |
---|---|
BigInteger |
coerceBoxedBigInt(Number numToCoerce)
Widen the number to BigInteger, if widening is required.
|
CodegenExpression |
coerceBoxedBigIntCodegen(CodegenExpression expr,
Class type) |
BigInteger coerceBoxedBigInt(Number numToCoerce)
numToCoerce
- number to widenCodegenExpression coerceBoxedBigIntCodegen(CodegenExpression expr, Class type)