Interface Instruction3rms
-
- All Superinterfaces:
Instruction,RegisterRangeInstruction,VariableRegisterInstruction,VtableIndexInstruction
- All Known Implementing Classes:
BuilderInstruction3rms,DexBackedInstruction3rms,ImmutableInstruction3rms
public interface Instruction3rms extends RegisterRangeInstruction, VtableIndexInstruction
-
-
Method Summary
-
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
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VtableIndexInstruction
getVtableIndex
-
-