Visits a method instruction. A method instruction is an instruction that invokes a method. @param opcode the opcode of the type instruction to be visited. This opcode is either INVOKEVIRTUAL, INVOKESPECIAL, INVOKESTATIC or INVOKEINTERFACE. @param owner the internal name of the method's ow
(int opcode, String owner, String name, String desc)
| 146 | */ |
| 147 | |
| 148 | void visitMethodInsn (int opcode, String owner, String name, String desc); |
| 149 | |
| 150 | /** |
| 151 | * Visits a jump instruction. A jump instruction is an instruction that may |
no outgoing calls
no test coverage detected