Class TableEntry<T>
java.lang.Object
ghidra.app.plugin.assembler.sleigh.util.TableEntryKey
ghidra.app.plugin.assembler.sleigh.util.TableEntry<T>
- Type Parameters:
T
- the type of each entry in a table cell
- All Implemented Interfaces:
Comparable<TableEntryKey>
An entry in a (sparse) LR(0) transition table or LALR(1) action/goto table
- See Also:
-
Constructor Summary
ConstructorDescriptionTableEntry
(int state, AssemblySymbol sym, T value) Create a new table entry with the given value at the given state and symbol -
Method Summary
-
Constructor Details
-
TableEntry
Create a new table entry with the given value at the given state and symbol- Parameters:
state
- the rowsym
- the columnvalue
- the value
-
-
Method Details
-
getValue
Get the value of the entry- Returns:
- the value
-