| Modifier and Type | Field and Description |
|---|---|
int |
defaultOffset |
int |
firstValue |
int[] |
offsets |
| Constructor and Description |
|---|
PackedSwitchPad(org.jf.dexlib2.iface.instruction.SwitchPayload inst,
int defaultOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultOffset() |
int[] |
getLabelsAndOffsets() |
int[] |
getOffsets() |
int[] |
getValues() |
public int firstValue
public final int[] offsets
public final int defaultOffset
public PackedSwitchPad(org.jf.dexlib2.iface.instruction.SwitchPayload inst,
int defaultOffset)
public int[] getOffsets()
getOffsets in interface SwitchPadpublic int getDefaultOffset()
getDefaultOffset in interface SwitchPadpublic int[] getLabelsAndOffsets()
getLabelsAndOffsets in interface SwitchPadCopyright © 2019. All rights reserved.