# Interface: com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstructionSwitchData

This class represents the jump table of a switch instruction. Retrieved via [IDalvikInstruction#getSwitchData()](IDalvikInstruction#getSwitchData()). 

 The switch instructions are `packed-switch` and `sparse-switch`.

## Method: getElements
- return type: `int[][]`

Description: Get the switch data elements.
return: an array of 2\-element int arrays, containing the \(case\-key, target\-address\) values

## Method: getOffset
- return type: `int`

Description: Get the switch data structure offset within the method bytecode, in bytes.
return: the switch data offset

