l2i :
long to integer conversion : index : visitInsn()
- Description
- Pops a long integer off of the stack, discards the most significant 32
bits, and pushes the low 32 bits onto the stack as an int. This may cause the
magnitude or sign of the value to change.
- See also
- l2f l2d
- Stack
Before
|
After |
long-word1 |
integer |
long-word2 |
... |
... |
... |
- Bytecode
Type
|
Description |
u1
|
l2i
opcode = 0x88 (136)
|