Interface Instruction45cc
-
- All Superinterfaces:
DualReferenceInstruction
,FiveRegisterInstruction
,Instruction
,ReferenceInstruction
,VariableRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction45cc
,DexBackedInstruction45cc
,ImmutableInstruction45cc
public interface Instruction45cc extends FiveRegisterInstruction, DualReferenceInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.DualReferenceInstruction
getReference2, getReferenceType2
-
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.ReferenceInstruction
getReference, getReferenceType
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.VariableRegisterInstruction
getRegisterCount
-
-