Visits a field instruction. A field instruction is an instruction that loads or stores the value of a field of an object. @param opcode the opcode of the type instruction to be visited. This opcode is either GETSTATIC, PUTSTATIC, GETFIELD or PUTFIELD. @param owner the internal name of the fiel
(int opcode, String owner, String name, String desc)
| 131 | */ |
| 132 | |
| 133 | void visitFieldInsn (int opcode, String owner, String name, String desc); |
| 134 | |
| 135 | /** |
| 136 | * Visits a method instruction. A method instruction is an instruction that |
no outgoing calls
no test coverage detected