public static class DexDalvikInstruction.SwitchData.KeyTarget
extends java.lang.Object
This class represents a (case key -> target offset) pair in a switch table.
Modifier and Type | Method and Description |
---|---|
int |
getKey()
Get the case key.
|
int |
getTarget()
Get the target offset.
|