Interface Instruction35ms
-
- All Superinterfaces:
FiveRegisterInstruction
,Instruction
,VariableRegisterInstruction
,VtableIndexInstruction
- All Known Implementing Classes:
BuilderInstruction35ms
,DexBackedInstruction35ms
,ImmutableInstruction35ms
public interface Instruction35ms extends FiveRegisterInstruction, VtableIndexInstruction
-
-
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.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VariableRegisterInstruction
getRegisterCount
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VtableIndexInstruction
getVtableIndex
-
-