public static class DexDalvikInstruction.SwitchData
extends java.lang.Object
This class represents the jump table of a switch instruction.
The switch instructions are packed-switch and sparse-switch.
| Modifier and Type | Class and Description |
|---|---|
static class |
DexDalvikInstruction.SwitchData.KeyTarget
This class represents a (case key -> target offset) pair in a switch table.
|
| Modifier and Type | Method and Description |
|---|---|
DexDalvikInstruction.SwitchData.KeyTarget[] |
getElements()
Get the switch data elements.
|
int |
getOffset()
Get the switch data structure offset within the method bytecode, in bytes.
|
public int getOffset()
Get the switch data structure offset within the method bytecode, in bytes.
public DexDalvikInstruction.SwitchData.KeyTarget[] getElements()
Get the switch data elements.