Parent

Methods

Racc::RRconflict

Attributes

stateid[R]
high_prec[R]
low_prec[R]
token[R]

Public Class Methods

new(sid, high, low, tok) click to toggle source
     # 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

Public Instance Methods

to_s() click to toggle source
     # 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.