Class DecodedTableSwitch
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.opcode.DecodedTableSwitch
-
- All Implemented Interfaces:
DecodedSwitch
public class DecodedTableSwitch 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_HIGHBYTE
private static int
OFFSET_OF_LOWBYTE
private static int
OFFSET_OF_OFFSETS
-
Constructor Summary
Constructors Constructor Description DecodedTableSwitch(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_LOWBYTE
private static final int OFFSET_OF_LOWBYTE
- See Also:
- Constant Field Values
-
OFFSET_OF_HIGHBYTE
private static final int OFFSET_OF_HIGHBYTE
- See Also:
- Constant Field Values
-
OFFSET_OF_OFFSETS
private static final int OFFSET_OF_OFFSETS
- 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
-
-