Package org.jf.dexlib2.iface.instruction
Interface VariableRegisterInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
FiveRegisterInstruction
,Instruction35c
,Instruction35mi
,Instruction35ms
,Instruction3rc
,Instruction3rmi
,Instruction3rms
,Instruction45cc
,Instruction4rcc
,RegisterRangeInstruction
- All Known Implementing Classes:
BuilderInstruction35c
,BuilderInstruction35mi
,BuilderInstruction35ms
,BuilderInstruction3rc
,BuilderInstruction3rmi
,BuilderInstruction3rms
,BuilderInstruction45cc
,BuilderInstruction4rcc
,DexBackedInstruction35c
,DexBackedInstruction35mi
,DexBackedInstruction35ms
,DexBackedInstruction3rc
,DexBackedInstruction3rmi
,DexBackedInstruction3rms
,DexBackedInstruction45cc
,DexBackedInstruction4rcc
,ImmutableInstruction35c
,ImmutableInstruction35mi
,ImmutableInstruction35ms
,ImmutableInstruction3rc
,ImmutableInstruction3rmi
,ImmutableInstruction3rms
,ImmutableInstruction45cc
,ImmutableInstruction4rcc
,InstructionRewriter.RewrittenInstruction35c
,InstructionRewriter.RewrittenInstruction3rc
public interface VariableRegisterInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRegisterCount()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-