reverseOpcode

fun reverseOpcode(opcode: Int): Int

Answer the JVM branch opcode with the reversed sense.

Return

The branch opcode with the reversed sense.

Parameters

opcode

The JVM opcode, e.g., Opcodes.IFEQ, that decides between the two branch targets.