Class ImmutableInstruction3rmi
- java.lang.Object
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction3rmi
-
- All Implemented Interfaces:
Instruction3rmi,InlineIndexInstruction,Instruction,RegisterRangeInstruction,VariableRegisterInstruction
public class ImmutableInstruction3rmi extends ImmutableInstruction implements Instruction3rmi
-
-
Field Summary
Fields Modifier and Type Field Description static FormatFORMATprotected intinlineIndexprotected intregisterCountprotected intstartRegister-
Fields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description ImmutableInstruction3rmi(Opcode opcode, int startRegister, int registerCount, int inlineIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetFormat()intgetInlineIndex()intgetRegisterCount()intgetStartRegister()static ImmutableInstruction3rmiof(Instruction3rmi 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
-
startRegister
protected final int startRegister
-
registerCount
protected final int registerCount
-
inlineIndex
protected final int inlineIndex
-
-
Constructor Detail
-
ImmutableInstruction3rmi
public ImmutableInstruction3rmi(@Nonnull Opcode opcode, int startRegister, int registerCount, int inlineIndex)
-
-
Method Detail
-
of
public static ImmutableInstruction3rmi of(Instruction3rmi instruction)
-
getStartRegister
public int getStartRegister()
- Specified by:
getStartRegisterin interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()
- Specified by:
getRegisterCountin interfaceVariableRegisterInstruction
-
getInlineIndex
public int getInlineIndex()
- Specified by:
getInlineIndexin interfaceInlineIndexInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormatin classImmutableInstruction
-
-