Home | History | Annotate | Download | only in java_cup

Lines Matching refs:System

10  *  input (System.in) and returns integers corresponding to the terminal 
135 next_char = System.in.read();
139 next_char2 = System.in.read();
156 next_char2 = System.in.read();
171 * are printed on standard error (System.err).
176 System.err.println("Error at " + current_line + "(" + current_position +
185 * printed on standard error (System.err).
190 System.err.println("Warning at " + current_line + "(" + current_position +
381 * routine, prints a message on System.out indicating what the token is,
387 System.out.println("# next_token() => " + result.sym);