LRMachine.getStates

Returns an unmodifiable List of the computed LR(0) machine's LRMachine.State objects. All states in this List are guaranteed to have distinct index values 0..(<i>n</i>-1) where <i>n</i> is the number of states in the List, and each state's index reflects the state's position in the List.

class LRMachine
getStates
()

Meta