Interface Instruction11n
-
- All Superinterfaces:
Instruction
,NarrowLiteralInstruction
,OneRegisterInstruction
,WideLiteralInstruction
- All Known Implementing Classes:
BuilderInstruction11n
,DexBackedInstruction11n
,ImmutableInstruction11n
public interface Instruction11n 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
-
-