Package org.jf.dexlib2.iface.instruction
Interface FiveRegisterInstruction
- All Superinterfaces:
Instruction,VariableRegisterInstruction
- All Known Subinterfaces:
Instruction35c,Instruction35mi,Instruction35ms,Instruction45cc
- All Known Implementing Classes:
BuilderInstruction35c,BuilderInstruction35mi,BuilderInstruction35ms,BuilderInstruction45cc,DexBackedInstruction35c,DexBackedInstruction35mi,DexBackedInstruction35ms,DexBackedInstruction45cc,ImmutableInstruction35c,ImmutableInstruction35mi,ImmutableInstruction35ms,ImmutableInstruction45cc,InstructionRewriter.RewrittenInstruction35c
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintMethods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcodeMethods inherited from interface org.jf.dexlib2.iface.instruction.VariableRegisterInstruction
getRegisterCount
-
Method Details
-
getRegisterC
int getRegisterC() -
getRegisterD
int getRegisterD() -
getRegisterE
int getRegisterE() -
getRegisterF
int getRegisterF() -
getRegisterG
int getRegisterG()
-