Class DexBackedInstruction35c
java.lang.Object
org.jf.dexlib2.dexbacked.instruction.DexBackedInstruction
org.jf.dexlib2.dexbacked.instruction.DexBackedInstruction35c
- All Implemented Interfaces:
FiveRegisterInstruction,Instruction35c,Instruction,ReferenceInstruction,VariableRegisterInstruction
-
Field Summary
Fields inherited from class org.jf.dexlib2.dexbacked.instruction.DexBackedInstruction
dexFile, instructionStart, opcode -
Constructor Summary
ConstructorsConstructorDescriptionDexBackedInstruction35c(DexBackedDexFile dexFile, Opcode opcode, int instructionStart) -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintMethods inherited from class org.jf.dexlib2.dexbacked.instruction.DexBackedInstruction
getCodeUnits, getOpcode, readFromMethods 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
-
Constructor Details
-
DexBackedInstruction35c
public DexBackedInstruction35c(@Nonnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart)
-
-
Method Details
-
getRegisterCount
public int getRegisterCount()- Specified by:
getRegisterCountin interfaceVariableRegisterInstruction
-
getRegisterC
public int getRegisterC()- Specified by:
getRegisterCin interfaceFiveRegisterInstruction
-
getRegisterD
public int getRegisterD()- Specified by:
getRegisterDin interfaceFiveRegisterInstruction
-
getRegisterE
public int getRegisterE()- Specified by:
getRegisterEin interfaceFiveRegisterInstruction
-
getRegisterF
public int getRegisterF()- Specified by:
getRegisterFin interfaceFiveRegisterInstruction
-
getRegisterG
public int getRegisterG()- Specified by:
getRegisterGin interfaceFiveRegisterInstruction
-
getReference
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()- Specified by:
getReferenceTypein interfaceReferenceInstruction
-