Package jadx.plugins.input.dex.insns
Class DexInsnInfo
- java.lang.Object
-
- jadx.plugins.input.dex.insns.DexInsnInfo
-
public class DexInsnInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DexInsnInfo(int opcode, jadx.api.plugins.input.insns.Opcode apiOpcode, DexInsnFormat format, jadx.api.plugins.input.insns.InsnIndexType indexType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @Nullable DexInsnInfoget(int opcodeUnit)jadx.api.plugins.input.insns.OpcodegetApiOpcode()DexInsnFormatgetFormat()jadx.api.plugins.input.insns.InsnIndexTypegetIndexType()intgetOpcode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
DexInsnInfo
public DexInsnInfo(int opcode, jadx.api.plugins.input.insns.Opcode apiOpcode, DexInsnFormat format, jadx.api.plugins.input.insns.InsnIndexType indexType)
-
-
Method Detail
-
get
@Nullable public static @Nullable DexInsnInfo get(int opcodeUnit)
-
getOpcode
public int getOpcode()
-
getApiOpcode
public jadx.api.plugins.input.insns.Opcode getApiOpcode()
-
getFormat
public DexInsnFormat getFormat()
-
getIndexType
public jadx.api.plugins.input.insns.InsnIndexType getIndexType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-