# File lib/racc/state.rb, line 953 def initialize(sid, high, low, tok) @stateid = sid @high_prec = high @low_prec = low @token = tok end