iflt : jump if less than zero : index : visitJumpInsn()
iload_1 ; push the int value in local variable 1 onto the stack iflt Label ; if the value on the stack is below zero, jump to Label return ; return if local variable 1 is greater than or equal to zero Label: ; execution continues here if local variable 1 is less than zero...
Before | After |
value | ... |
... | ... |
Type | Description |
u1 | iflt opcode = 0x9B (155) |
s2 | branchoffset |