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

Method getOpcode

dexfixer/src/com/android/dx/rop/code/Insn.java:125–127  ·  view source on GitHub ↗

Gets the opcode. @return non-null; the opcode

()

Source from the content-addressed store, hash-verified

123 * @return {@code non-null;} the opcode
124 */
125 public final Rop getOpcode() {
126 return opcode;
127 }
128
129 /**
130 * Gets the source position.

Callers 12

BasicBlockMethod · 0.95
outputBlockMethod · 0.95
processBlockMethod · 0.95
simulateStmtMethod · 0.95
isRegALocalMethod · 0.95
visitNonMoveInsnMethod · 0.95
getLocalAssignmentMethod · 0.45
contentEqualsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected