Class | Racc::Goto |
In: |
lib/racc/state.rb
|
Parent: | Object |
Represents a transition on the grammar. “Real goto” means a transition by nonterminal, but this class treats also terminal’s. If one is a terminal transition, .ident returns nil.
from_state | [R] | |
ident | [R] | |
symbol | [R] | |
to_state | [R] |