ifne : jump if nonzero : index : visitJumpInsn()
iload_1 ; push the int value in local variable 1 onto the stack ifne Label ; if the value on the stack is nonzero, jump to Label return ; return if local variable 1 is zero Label: ; execution continues here if local variable 1 does not equal zero...
Before | After |
value | ... |
... | ... |
Type | Description |
u1 | ifne opcode = 0x9A (154) |
s2 | branchoffset |