Interface Instruction4rcc
-
- All Superinterfaces:
DualReferenceInstruction
,Instruction
,ReferenceInstruction
,RegisterRangeInstruction
,VariableRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction4rcc
,DexBackedInstruction4rcc
,ImmutableInstruction4rcc
public interface Instruction4rcc extends RegisterRangeInstruction, DualReferenceInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.DualReferenceInstruction
getReference2, getReferenceType2
-
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
-
-