| Modifier and Type | Field and Description | 
|---|---|
| protected lalr_transition | lalr_transition. _nextNext transition in linked list of transitions out of a state | 
| protected lalr_transition | lalr_state. _transitionsList of transitions out of this state. | 
| Modifier and Type | Method and Description | 
|---|---|
| lalr_transition | lalr_transition. next()Next transition in linked list of transitions out of a state | 
| lalr_transition | lalr_state. transitions()List of transitions out of this state. | 
| Constructor and Description | 
|---|
| lalr_transition(symbol on_sym,
               lalr_state to_st,
               lalr_transition nxt)Full constructor. | 
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.