Object
# File lib/racc/state.rb, line 953 953: def initialize(sid, high, low, tok) 954: @stateid = sid 955: @high_prec = high 956: @low_prec = low 957: @token = tok 958: end
# File lib/racc/state.rb, line 965 965: def to_s 966: sprintf('state %d: R/R conflict with rule %d and %d on %s', 967: @stateid, @high_prec.ident, @low_prec.ident, @token.to_s) 968: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.