Interface Instruction35mi
-
- All Superinterfaces:
FiveRegisterInstruction
,InlineIndexInstruction
,Instruction
,VariableRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction35mi
,DexBackedInstruction35mi
,ImmutableInstruction35mi
public interface Instruction35mi extends FiveRegisterInstruction, InlineIndexInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.FiveRegisterInstruction
getRegisterC, getRegisterD, getRegisterE, getRegisterF, getRegisterG
-
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.VariableRegisterInstruction
getRegisterCount
-
-