Interface Instruction3rc
-
- All Superinterfaces:
Instruction
,ReferenceInstruction
,RegisterRangeInstruction
,VariableRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction3rc
,DexBackedInstruction3rc
,ImmutableInstruction3rc
,InstructionRewriter.RewrittenInstruction3rc
public interface Instruction3rc extends RegisterRangeInstruction, ReferenceInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.ReferenceInstruction
getReference, getReferenceType
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.RegisterRangeInstruction
getStartRegister
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VariableRegisterInstruction
getRegisterCount
-
-