Visits a jump instruction. A jump instruction is an instruction that may jump to another instruction. @param opcode the opcode of the type instruction to be visited. This opcode is either IFEQ, IFNE, IFLT, IFGE, IFGT, IFLE, IF_ICMPEQ, IF_ICMPNE, IF_ICMPLT, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE,
(int opcode, Label label)
| 161 | */ |
| 162 | |
| 163 | void visitJumpInsn (int opcode, Label label); |
| 164 | |
| 165 | /** |
| 166 | * Visits a label. A label designates the instruction that will be visited |
no outgoing calls
no test coverage detected