Package ghidra.program.model.pcode
Class JumpTable.LoadTable
java.lang.Object
ghidra.program.model.pcode.JumpTable.LoadTable
- Enclosing class:
JumpTable
-
Method Summary
-
Method Details
-
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
- Throws:
DecoderException
-