Package org.jf.dexlib2.iface.instruction
Interface HatLiteralInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
Instruction21ih
,Instruction21lh
,LongHatLiteralInstruction
,NarrowHatLiteralInstruction
- All Known Implementing Classes:
BuilderInstruction21ih
,BuilderInstruction21lh
,DexBackedInstruction21ih
,DexBackedInstruction21lh
,ImmutableInstruction21ih
,ImmutableInstruction21lh
public interface HatLiteralInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getHatLiteral()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-