Object
# File racc/state.rb, line 937 def initialize(sid, shift, reduce) @stateid = sid @shift = shift @reduce = reduce end
# File racc/state.rb, line 947 def to_s sprintf('state %d: S/R conflict rule %d reduce and shift %s', @stateid, @reduce.ruleid, @shift.to_s) end
This page was generated for Ruby 3.1.0
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.