Interface Instruction31i
-
- All Superinterfaces:
Instruction
,NarrowLiteralInstruction
,OneRegisterInstruction
,WideLiteralInstruction
- All Known Implementing Classes:
BuilderInstruction31i
,DexBackedInstruction31i
,ImmutableInstruction31i
public interface Instruction31i 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
-
-