Class DecodedLookupSwitch
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.opcode.DecodedLookupSwitch
-
- All Implemented Interfaces:
DecodedSwitch
public class DecodedLookupSwitch extends java.lang.Object implements DecodedSwitch
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description DecodedLookupSwitch(byte[] data, int offsetOfOriginalInstruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DecodedSwitchEntry>
getJumpTargets()
-
-
-
Field Detail
-
OFFSET_OF_DEFAULT
private static final int OFFSET_OF_DEFAULT
- See Also:
- Constant Field Values
-
OFFSET_OF_NUMPAIRS
private static final int OFFSET_OF_NUMPAIRS
- See Also:
- Constant Field Values
-
OFFSET_OF_PAIRS
private static final int OFFSET_OF_PAIRS
- See Also:
- Constant Field Values
-
jumpTargets
private final java.util.List<DecodedSwitchEntry> jumpTargets
-
-
Method Detail
-
getJumpTargets
public java.util.List<DecodedSwitchEntry> getJumpTargets()
- Specified by:
getJumpTargets
in interfaceDecodedSwitch
-
-