public class DecodedLookupSwitch extends java.lang.Object implements DecodedSwitch
Modifier and Type | Field and Description |
---|---|
private java.util.List<DecodedSwitchEntry> |
jumpTargets |
private static int |
OFFSET_OF_DEFAULT |
private static int |
OFFSET_OF_NUMPAIRS |
private static int |
OFFSET_OF_PAIRS |
Constructor and Description |
---|
DecodedLookupSwitch(byte[] data,
int offsetOfOriginalInstruction) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DecodedSwitchEntry> |
getJumpTargets() |
private static final int OFFSET_OF_DEFAULT
private static final int OFFSET_OF_NUMPAIRS
private static final int OFFSET_OF_PAIRS
private final java.util.List<DecodedSwitchEntry> jumpTargets
public DecodedLookupSwitch(byte[] data, int offsetOfOriginalInstruction)
public java.util.List<DecodedSwitchEntry> getJumpTargets()
getJumpTargets
in interface DecodedSwitch