Interface Instruction22c
-
- All Superinterfaces:
Instruction
,OneRegisterInstruction
,ReferenceInstruction
,TwoRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction22c
,DexBackedInstruction22c
,ImmutableInstruction22c
,InstructionRewriter.RewrittenInstruction22c
public interface Instruction22c extends TwoRegisterInstruction, ReferenceInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.OneRegisterInstruction
getRegisterA
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.ReferenceInstruction
getReference, getReferenceType
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.TwoRegisterInstruction
getRegisterB
-
-