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