| Modifier and Type | Field and Description |
|---|---|
int |
defaultOffset |
int[] |
offsets |
int[] |
values |
| Constructor and Description |
|---|
SparseSwitchPad(org.jf.dexlib2.iface.instruction.SwitchPayload inst,
int defaultOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultOffset() |
int[] |
getLabelsAndOffsets() |
int[] |
getOffsets() |
int[] |
getValues() |
public final int[] values
public final int[] offsets
public final int defaultOffset
public SparseSwitchPad(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.