An NDoc Documented Class Library |
|
LRState Constructor
Creates a new instance of the LRState
class
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