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,
EPTypeClass type) |
BigInteger coerceBoxedBigInt(Number numToCoerce)
numToCoerce
- number to widenCodegenExpression coerceBoxedBigIntCodegen(CodegenExpression expr, EPTypeClass type)
Copyright © 2005–2021. All rights reserved.