Lines Matching refs:accept
60 protected short[] accept;
133 if ( accept[s] >= 1 )
136 Console.Error.WriteLine( "accept; predict " + accept[s] + " from state " + s );
137 return accept[s];
151 { // EOT Transition to accept state?
156 // TODO: I had this as return accept[eot[s]]
158 // went to an accept...faster to do this, but
179 { // EOF Transition to accept state?
181 Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] );
182 return accept[eof[s]];