MCPcopy Create free account
hub / github.com/Youlor/unpacker / visitNoArgs

Method visitNoArgs

dexfixer/src/com/android/dx/cf/code/BytecodeArray.java:1191–1191  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 /**

Callers 1

parseInstructionMethod · 0.65

Implementers 1

BaseVisitordexfixer/src/com/android/dx/cf/code/By

Calls

no outgoing calls

Tested by

no test coverage detected