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