Class TableEntry<T>

    • Constructor Detail

      • TableEntry

        public TableEntry​(int state,
                          AssemblySymbol sym,
                          T value)
        Create a new table entry with the given value at the given state and symbol
        Parameters:
        state - the row
        sym - the column
        value - the value
    • Method Detail

      • getValue

        public T getValue()
        Get the value of the entry
        Returns:
        the value