Package jadx.plugins.input.dex.insns
Class DexInsnInfo
java.lang.Object
jadx.plugins.input.dex.insns.DexInsnInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Opcodeprivate final DexInsnFormatprivate final InsnIndexTypeprivate static final DexInsnInfo[]private final intprivate static final Map<Integer, DexInsnInfo> -
Constructor Summary
ConstructorsConstructorDescriptionDexInsnInfo(int opcode, Opcode apiOpcode, DexInsnFormat format, InsnIndexType indexType) -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable DexInsnInfoget(int opcodeUnit) intprivate static voidregister(DexInsnInfo[] arr, int opcode, Opcode apiOpcode, DexInsnFormat format) private static voidregister(DexInsnInfo[] arr, int opcode, Opcode apiOpcode, DexInsnFormat format, InsnIndexType indexType) private static voidregisterPayload(int opcode, Opcode apiOpcode, DexInsnFormat format) toString()
-
Field Details
-
INSN_INFO
-
PAYLOAD_INFO
-
opcode
private final int opcode -
apiOpcode
-
format
-
indexType
-
-
Constructor Details
-
DexInsnInfo
-
-
Method Details
-
register
-
register
private static void register(DexInsnInfo[] arr, int opcode, Opcode apiOpcode, DexInsnFormat format, InsnIndexType indexType) -
registerPayload
-
get
-
getOpcode
public int getOpcode() -
getApiOpcode
-
getFormat
-
getIndexType
-
toString
-