Visits a type instruction. A type instruction is an instruction that takes a type descriptor as parameter. @param opcode the opcode of the type instruction to be visited. This opcode is either NEW, ANEWARRAY, CHECKCAST or INSTANCEOF. @param desc the operand of the instruction to be visited. Th
(int opcode, String desc)
| 117 | */ |
| 118 | |
| 119 | void visitTypeInsn (int opcode, String desc); |
| 120 | |
| 121 | /** |
| 122 | * Visits a field instruction. A field instruction is an instruction that |
no outgoing calls
no test coverage detected