An NDoc Documented Class Library

LRState Constructor 

Creates a new instance of the LRState class

public LRState(
   int index,
   LRStateAction[] actions,
   LRStateAction[] transitionVector
);

Parameters

index
Index of the LR state in the LR state table.
actions
List of all available LR actions in this state.
transitionVector
Transition vector which has symbol index as an index.

See Also

LRState Class | GoldParser Namespace