java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.analyzer.SwitchInformation.JumpTableInformation |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JumpTableInformation(long startAddress, int entrySize, boolean isSecondary) | |||||||||||
JumpTableInformation(long startAddress, int entrySize) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | getEndAddress() | ||||||||||
int | getEntrySize() | ||||||||||
long | getStartAddress() | ||||||||||
boolean | isSecondary() | ||||||||||
void | setEndAddress(long endAddress) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |