Package org.jf.dexlib2.iface.instruction
Interface NarrowLiteralInstruction
-
- All Superinterfaces:
Instruction
,WideLiteralInstruction
- All Known Subinterfaces:
Instruction11n
,Instruction21ih
,Instruction21s
,Instruction22b
,Instruction22s
,Instruction31i
,NarrowHatLiteralInstruction
- All Known Implementing Classes:
BuilderInstruction11n
,BuilderInstruction21ih
,BuilderInstruction21s
,BuilderInstruction22b
,BuilderInstruction22s
,BuilderInstruction31i
,DexBackedInstruction11n
,DexBackedInstruction21ih
,DexBackedInstruction21s
,DexBackedInstruction22b
,DexBackedInstruction22s
,DexBackedInstruction31i
,ImmutableInstruction11n
,ImmutableInstruction21ih
,ImmutableInstruction21s
,ImmutableInstruction22b
,ImmutableInstruction22s
,ImmutableInstruction31i
public interface NarrowLiteralInstruction extends WideLiteralInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNarrowLiteral()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.WideLiteralInstruction
getWideLiteral
-
-