Modifier and Type | Field and Description |
---|---|
int |
defaultOffset |
int |
firstValue |
int[] |
offsets |
Constructor and Description |
---|
PackedSwitchPad(org.jf.dexlib.Code.Format.PackedSwitchDataPseudoInstruction s,
int defaultOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultOffset() |
int[] |
getLabelsAndOffsets() |
int[] |
getOffsets() |
int[] |
getValues() |
public final int firstValue
public final int[] offsets
public final int defaultOffset
public PackedSwitchPad(org.jf.dexlib.Code.Format.PackedSwitchDataPseudoInstruction s, int defaultOffset)
public int[] getOffsets()
getOffsets
in interface SwitchPad
public int getDefaultOffset()
getDefaultOffset
in interface SwitchPad
public int[] getLabelsAndOffsets()
getLabelsAndOffsets
in interface SwitchPad