Interface Instruction22s
-
- All Superinterfaces:
Instruction,NarrowLiteralInstruction,OneRegisterInstruction,TwoRegisterInstruction,WideLiteralInstruction
- All Known Implementing Classes:
BuilderInstruction22s,DexBackedInstruction22s,ImmutableInstruction22s
public interface Instruction22s extends TwoRegisterInstruction, NarrowLiteralInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction
getNarrowLiteral
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.OneRegisterInstruction
getRegisterA
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.TwoRegisterInstruction
getRegisterB
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.WideLiteralInstruction
getWideLiteral
-
-