Package org.jf.dexlib2.iface.instruction
Interface LongHatLiteralInstruction
-
- All Superinterfaces:
HatLiteralInstruction
,Instruction
,WideLiteralInstruction
- All Known Subinterfaces:
Instruction21lh
- All Known Implementing Classes:
BuilderInstruction21lh
,DexBackedInstruction21lh
,ImmutableInstruction21lh
public interface LongHatLiteralInstruction extends WideLiteralInstruction, HatLiteralInstruction
-
-
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.WideLiteralInstruction
getWideLiteral
-
-