Visits an instruction which has no inline arguments (implicit or explicit). @param opcode the opcode @param offset offset to the instruction @param length length of the instruction, in bytes @param type non-null; type the instruction operates on
(int opcode, int offset, int length,
Type type)
| 1189 | * @param type {@code non-null;} type the instruction operates on |
| 1190 | */ |
| 1191 | public void visitNoArgs(int opcode, int offset, int length, |
| 1192 | Type type); |
| 1193 | |
| 1194 | /** |
no outgoing calls
no test coverage detected