Class SwitchInformation.JumpTableInformation

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.analyzer.SwitchInformation.JumpTableInformation
Enclosing class:
SwitchInformation

public static class SwitchInformation.JumpTableInformation extends Object
Details of a switch's jump table.
  • 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()