Package org.jf.dexlib2.iface.instruction
Interface RegisterRangeInstruction
-
- All Superinterfaces:
Instruction
,VariableRegisterInstruction
- All Known Subinterfaces:
Instruction3rc
,Instruction3rmi
,Instruction3rms
,Instruction4rcc
- All Known Implementing Classes:
BuilderInstruction3rc
,BuilderInstruction3rmi
,BuilderInstruction3rms
,BuilderInstruction4rcc
,DexBackedInstruction3rc
,DexBackedInstruction3rmi
,DexBackedInstruction3rms
,DexBackedInstruction4rcc
,ImmutableInstruction3rc
,ImmutableInstruction3rmi
,ImmutableInstruction3rms
,ImmutableInstruction4rcc
,InstructionRewriter.RewrittenInstruction3rc
public interface RegisterRangeInstruction extends VariableRegisterInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getStartRegister()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VariableRegisterInstruction
getRegisterCount
-
-