| Interface | Description |
|---|---|
| IntegerExactArithmeticNode |
| Class | Description |
|---|---|
| BinaryIntegerExactArithmeticSplitNode | |
| IntegerAddExactNode |
Node representing an exact integer addition that will throw an
ArithmeticException in
case the addition would overflow the 32 bit range. |
| IntegerAddExactOverflowNode | |
| IntegerAddExactSplitNode | |
| IntegerExactArithmeticSplitNode | |
| IntegerExactOverflowNode | |
| IntegerMulExactNode |
Node representing an exact integer multiplication that will throw an
ArithmeticException
in case the addition would overflow the 32 bit range. |
| IntegerMulExactOverflowNode | |
| IntegerMulExactSplitNode | |
| IntegerNegExactNode |
Node representing an exact integer negate that will throw an
ArithmeticException in case
the negation would overflow the 32 bit range. |
| IntegerNegExactOverflowNode | |
| IntegerNegExactSplitNode | |
| IntegerSubExactNode |
Node representing an exact integer substraction that will throw an
ArithmeticException in
case the addition would overflow the 32 bit range. |
| IntegerSubExactOverflowNode | |
| IntegerSubExactSplitNode | |
| UnsignedMulHighNode |