Class ImmutableInstruction20t
- java.lang.Object
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction20t
-
- All Implemented Interfaces:
Instruction20t
,Instruction
,OffsetInstruction
public class ImmutableInstruction20t extends ImmutableInstruction implements Instruction20t
-
-
Field Summary
Fields Modifier and Type Field Description protected int
codeOffset
static Format
FORMAT
-
Fields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description ImmutableInstruction20t(Opcode opcode, int codeOffset)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCodeOffset()
Format
getFormat()
static ImmutableInstruction20t
of(Instruction20t instruction)
-
Methods inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
getCodeUnits, getOpcode, immutableListOf, of
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-
-
-
Field Detail
-
FORMAT
public static final Format FORMAT
-
codeOffset
protected final int codeOffset
-
-
Constructor Detail
-
ImmutableInstruction20t
public ImmutableInstruction20t(@Nonnull Opcode opcode, int codeOffset)
-
-
Method Detail
-
of
public static ImmutableInstruction20t of(Instruction20t instruction)
-
getCodeOffset
public int getCodeOffset()
- Specified by:
getCodeOffset
in interfaceOffsetInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormat
in classImmutableInstruction
-
-