Class ImmutableInstruction4rcc
java.lang.Object
org.jf.dexlib2.immutable.instruction.ImmutableInstruction
org.jf.dexlib2.immutable.instruction.ImmutableInstruction4rcc
- All Implemented Interfaces:
DualReferenceInstruction,Instruction4rcc,Instruction,ReferenceInstruction,RegisterRangeInstruction,VariableRegisterInstruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Formatprotected final ImmutableReferenceprotected final ImmutableReferenceprotected final intprotected final intFields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionImmutableInstruction4rcc(Opcode opcode, int startRegister, int registerCount, Reference reference, Reference reference2) -
Method Summary
Modifier and TypeMethodDescriptionintintintintstatic ImmutableInstruction4rccof(Instruction4rcc instruction) Methods inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
getCodeUnits, getOpcode, immutableListOf, ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Field Details
-
FORMAT
-
startRegister
protected final int startRegister -
registerCount
protected final int registerCount -
reference
-
reference2
-
-
Constructor Details
-
ImmutableInstruction4rcc
-
-
Method Details
-
of
-
getStartRegister
public int getStartRegister()- Specified by:
getStartRegisterin interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()- Specified by:
getRegisterCountin interfaceVariableRegisterInstruction
-
getReference
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getReference2
- Specified by:
getReference2in interfaceDualReferenceInstruction
-
getReferenceType2
public int getReferenceType2()- Specified by:
getReferenceType2in interfaceDualReferenceInstruction
-
getFormat
- Specified by:
getFormatin classImmutableInstruction
-