Package ghidra.program.model.pcode
Class JumpTable.LoadTable
- java.lang.Object
-
- ghidra.program.model.pcode.JumpTable.LoadTable
-
- Enclosing class:
- JumpTable
public class JumpTable.LoadTable extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getAddress()
int
getNum()
int
getSize()
void
restoreXml(XmlPullParser parser, AddressFactory addrFactory)
-
-
-
Method Detail
-
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
-
restoreXml
public void restoreXml(XmlPullParser parser, AddressFactory addrFactory)
-
-