Package org.jf.dexlib2.iface.instruction
Interface SwitchPayload
-
- All Superinterfaces:
Instruction,PayloadInstruction
- All Known Subinterfaces:
PackedSwitchPayload,SparseSwitchPayload
- All Known Implementing Classes:
BuilderPackedSwitchPayload,BuilderSparseSwitchPayload,BuilderSwitchPayload,DexBackedPackedSwitchPayload,DexBackedSparseSwitchPayload,ImmutablePackedSwitchPayload,ImmutableSparseSwitchPayload
public interface SwitchPayload extends PayloadInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends SwitchElement>getSwitchElements()-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-
-
-
Method Detail
-
getSwitchElements
@Nonnull java.util.List<? extends SwitchElement> getSwitchElements()
-
-