Object
# File ruby-3.1.2/lib/racc/state.rb, line 954 def initialize(sid, high, low, tok) @stateid = sid @high_prec = high @low_prec = low @token = tok end
# File ruby-3.1.2/lib/racc/state.rb, line 966 def to_s sprintf('state %d: R/R conflict with rule %d and %d on %s', @stateid, @high_prec.ident, @low_prec.ident, @token.to_s) 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.