public static class DexDalvikInstruction.SwitchData.KeyTarget extends java.lang.Object
This class represents a (case key -> target offset) pair in a switch table.
int
getKey()
getTarget()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int getKey()
Get the case key.
public int getTarget()
Get the target offset.