CanonicalLR1Tables.getSortedGotoRow

Returns a List of the Goto entries for the given state's "goto table" row. Entries are guaranteed to be sorted by the List entries' lhs.index(). <p> Implementation must be such that this method can safely be called multiple times for a fixed <code>state</code> without performance becoming an issue.

interface CanonicalLR1Tables
getSortedGotoRow
(
int state
)

Meta