Interface Instruction3rmi
-
- All Superinterfaces:
InlineIndexInstruction
,Instruction
,RegisterRangeInstruction
,VariableRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction3rmi
,DexBackedInstruction3rmi
,ImmutableInstruction3rmi
public interface Instruction3rmi extends RegisterRangeInstruction, InlineIndexInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.InlineIndexInstruction
getInlineIndex
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.RegisterRangeInstruction
getStartRegister
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VariableRegisterInstruction
getRegisterCount
-
-