Interface Instruction21s
-
- All Superinterfaces:
Instruction,NarrowLiteralInstruction,OneRegisterInstruction,WideLiteralInstruction
- All Known Implementing Classes:
BuilderInstruction21s,DexBackedInstruction21s,ImmutableInstruction21s
public interface Instruction21s extends OneRegisterInstruction, 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.WideLiteralInstruction
getWideLiteral
-
-