Class DecodedLookupSwitch
java.lang.Object
org.benf.cfr.reader.bytecode.opcode.DecodedLookupSwitch
- All Implemented Interfaces:
DecodedSwitch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<DecodedSwitchEntry>
private static final int
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OFFSET_OF_DEFAULT
private static final int OFFSET_OF_DEFAULT- See Also:
-
OFFSET_OF_NUMPAIRS
private static final int OFFSET_OF_NUMPAIRS- See Also:
-
OFFSET_OF_PAIRS
private static final int OFFSET_OF_PAIRS- See Also:
-
jumpTargets
-
-
Constructor Details
-
DecodedLookupSwitch
public DecodedLookupSwitch(byte[] data, int offsetOfOriginalInstruction)
-
-
Method Details
-
getJumpTargets
- Specified by:
getJumpTargets
in interfaceDecodedSwitch
-