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
public interface FiveRegisterInstruction extends VariableRegisterInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRegisterC()
int
getRegisterD()
int
getRegisterE()
int
getRegisterF()
int
getRegisterG()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VariableRegisterInstruction
getRegisterCount
-
-