Interface | Description |
---|---|
IntegerExactArithmeticNode |
Class | Description |
---|---|
IntegerAddExactNode |
Node representing an exact integer addition that will throw an
ArithmeticException in
case the addition would overflow the 32 bit range. |
IntegerAddExactSplitNode | |
IntegerExactArithmeticSplitNode | |
IntegerMulExactNode |
Node representing an exact integer multiplication that will throw an
ArithmeticException
in case the addition would overflow the 32 bit range. |
IntegerMulExactSplitNode | |
IntegerMulHighNode | |
IntegerSubExactNode |
Node representing an exact integer substraction that will throw an
ArithmeticException in
case the addition would overflow the 32 bit range. |
IntegerSubExactSplitNode | |
UnsignedMulHighNode |