Lines Matching refs:System
66 System.err.println("Enter DFA.predict for decision "+decisionNumber); in predict()
72 …if ( debug ) System.err.println("DFA "+decisionNumber+" state "+s+" LA(1)="+(char)input.LA(1)+"("+… in predict()
77 System.err.println("DFA "+decisionNumber+ in predict()
82 System.err.println("DFA "+decisionNumber+ in predict()
93 if ( debug ) System.err.println("accept; predict "+accept[s]+" from state "+s); in predict()
106 if ( debug ) System.err.println("EOT transition"); in predict()
124 if ( debug ) System.err.println("EOT transition"); in predict()
130 if ( debug ) System.err.println("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]); in predict()
135 System.err.println("min["+s+"]="+min[s]); in predict()
136 System.err.println("max["+s+"]="+max[s]); in predict()
137 System.err.println("eot["+s+"]="+eot[s]); in predict()
138 System.err.println("eof["+s+"]="+eof[s]); in predict()
140 System.err.print(transition[s][p]+" "); in predict()
142 System.err.println(); in predict()