Visits an instruction which has a local variable index argument. @param opcode the opcode @param offset offset to the instruction @param length length of the instruction, in bytes @param idx the local variable index @param type non-null; the type of the accessed value @param value additiona
(int opcode, int offset, int length,
int idx, Type type, int value)
| 1203 | * for {@code iinc}) |
| 1204 | */ |
| 1205 | public void visitLocal(int opcode, int offset, int length, |
| 1206 | int idx, Type type, int value); |
| 1207 | |
| 1208 | /** |
no outgoing calls
no test coverage detected