Class JumpTable.LoadTable

java.lang.Object
ghidra.program.model.pcode.JumpTable.LoadTable
Enclosing class:
JumpTable

public class JumpTable.LoadTable extends Object
  • Method Details

    • getAddress

      public Address getAddress()
      Returns:
      Starting address of table
    • getSize

      public int getSize()
      Returns:
      Size of a table entry in bytes
    • getNum

      public int getNum()
      Returns:
      Number of entries in table
    • decode

      public void decode(Decoder decoder) throws DecoderException
      Throws:
      DecoderException