Lines Matching refs:Console
35 using Console = System.Console; typedef
85 Console.Error.WriteLine("Enter DFA.predict for decision " + decisionNumber); in Predict()
92 …Console.Error.WriteLine("DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA(1) + … in Predict()
97 Console.Error.WriteLine("DFA " + decisionNumber + in Predict()
102 Console.Error.WriteLine("DFA " + decisionNumber + in Predict()
114 … Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s); in Predict()
128 Console.Error.WriteLine("EOT transition"); in Predict()
147 Console.Error.WriteLine("EOT transition"); in Predict()
154 … Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]); in Predict()
159 Console.Error.WriteLine("min[" + s + "]=" + min[s]); in Predict()
160 Console.Error.WriteLine("max[" + s + "]=" + max[s]); in Predict()
161 Console.Error.WriteLine("eot[" + s + "]=" + eot[s]); in Predict()
162 Console.Error.WriteLine("eof[" + s + "]=" + eof[s]); in Predict()
164 Console.Error.Write(transition[s][p] + " "); in Predict()
166 Console.Error.WriteLine(); in Predict()