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.
# File ruby-3.1.2/lib/racc/state.rb, line 768 def initialize(ident, sym, from, to) @ident = ident @symbol = sym @from_state = from @to_state = to end
# File ruby-3.1.2/lib/racc/state.rb, line 780 def inspect "(#{@from_state.ident}-#{@symbol}->#{@to_state.ident})" end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.