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.

Methods

inspect   new  

Attributes

from_state  [R] 
ident  [R] 
symbol  [R] 
to_state  [R] 

Public Class methods

Public Instance methods

[Validate]