public static class

SwitchInformation.JumpTableInformation

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

Class Overview

Details of a switch's jump table.

Summary

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
From class java.lang.Object

Public Constructors

public JumpTableInformation (long startAddress, int entrySize, boolean isSecondary)

public JumpTableInformation (long startAddress, int entrySize)

Public Methods

public long getEndAddress ()

public int getEntrySize ()

public long getStartAddress ()

public boolean isSecondary ()

public void setEndAddress (long endAddress)