Visits a local variable instruction. A local variable instruction is an instruction that loads or stores the value of a local variable. @param opcode the opcode of the local variable instruction to be visited. This opcode is either ILOAD, LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE
(int opcode, int var)
| 104 | */ |
| 105 | |
| 106 | void visitVarInsn (int opcode, int var); |
| 107 | |
| 108 | /** |
| 109 | * Visits a type instruction. A type instruction is an instruction that |
no outgoing calls
no test coverage detected