Package org.jf.dexlib2.iface.instruction
Interface NarrowHatLiteralInstruction
-
- All Superinterfaces:
HatLiteralInstruction,Instruction,NarrowLiteralInstruction,WideLiteralInstruction
- All Known Subinterfaces:
Instruction21ih
- All Known Implementing Classes:
BuilderInstruction21ih,DexBackedInstruction21ih,ImmutableInstruction21ih
public interface NarrowHatLiteralInstruction extends HatLiteralInstruction, NarrowLiteralInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.HatLiteralInstruction
getHatLiteral
-
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.WideLiteralInstruction
getWideLiteral
-
-