Interface PackedSwitchPayload
- All Superinterfaces:
Instruction,PayloadInstruction,SwitchPayload
- All Known Implementing Classes:
BuilderPackedSwitchPayload,DexBackedPackedSwitchPayload,ImmutablePackedSwitchPayload
-
Method Summary
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Method Details
-
getSwitchElements
- Specified by:
getSwitchElementsin interfaceSwitchPayload- Returns:
- A list of the switch elements associated with this switch payload instruction. The returned list must have switch elements with keys that are ordered and sequential.
-