Interface Instruction22b
-
- All Superinterfaces:
Instruction
,NarrowLiteralInstruction
,OneRegisterInstruction
,TwoRegisterInstruction
,WideLiteralInstruction
- All Known Implementing Classes:
BuilderInstruction22b
,DexBackedInstruction22b
,ImmutableInstruction22b
public interface Instruction22b 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
-
-