Class ImmutableInstruction3rc
- java.lang.Object
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction3rc
-
- All Implemented Interfaces:
Instruction3rc,Instruction,ReferenceInstruction,RegisterRangeInstruction,VariableRegisterInstruction
public class ImmutableInstruction3rc extends ImmutableInstruction implements Instruction3rc
-
-
Field Summary
Fields Modifier and Type Field Description static FormatFORMATprotected ImmutableReferencereferenceprotected intregisterCountprotected intstartRegister-
Fields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description ImmutableInstruction3rc(Opcode opcode, int startRegister, int registerCount, Reference reference)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetFormat()ImmutableReferencegetReference()intgetReferenceType()intgetRegisterCount()intgetStartRegister()static ImmutableInstruction3rcof(Instruction3rc 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
-
reference
@Nonnull protected final ImmutableReference reference
-
-
Method Detail
-
of
public static ImmutableInstruction3rc of(Instruction3rc instruction)
-
getStartRegister
public int getStartRegister()
- Specified by:
getStartRegisterin interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()
- Specified by:
getRegisterCountin interfaceVariableRegisterInstruction
-
getReference
@Nonnull public ImmutableReference getReference()
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()
- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormatin classImmutableInstruction
-
-