public static class

SwitchInformation.JumpTableInformation

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.SwitchInformation.JumpTableInformation

Summary

Public Constructors
JumpTableInformation(long startAddress, int entrySize)
Public Methods
long getEndAddress()
int getEntrySize()
long getStartAddress()
void setEndAddress(long endAddress)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JumpTableInformation (long startAddress, int entrySize)

Public Methods

public long getEndAddress ()

public int getEntrySize ()

public long getStartAddress ()

public void setEndAddress (long endAddress)