Class SwitchInformation.JumpTableInformation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.analyzer.SwitchInformation.JumpTableInformation
- Enclosing class:
- SwitchInformation
Details of a switch's jump table.
-
Constructor Summary
ConstructorsConstructorDescriptionJumpTableInformation
(long startAddress, int entrySize) JumpTableInformation
(long startAddress, int entrySize, boolean isSecondary) -
Method Summary
-
Constructor Details
-
JumpTableInformation
public JumpTableInformation(long startAddress, int entrySize, boolean isSecondary) -
JumpTableInformation
public JumpTableInformation(long startAddress, int entrySize)
-
-
Method Details
-
setEndAddress
public void setEndAddress(long endAddress) -
getStartAddress
public long getStartAddress() -
getEntrySize
public int getEntrySize() -
getEndAddress
public long getEndAddress() -
isSecondary
public boolean isSecondary()
-