Home | History | Annotate | Download | only in java_cup

Lines Matching full:print

176       System.out.print("  [");
177 System.out.print(itm.the_production().lhs().the_symbol().name());
178 System.out.print(" ::= ");
181 if (i == itm.dot_pos()) System.out.print("(*) ");
184 System.out.print("{action} ");
186 System.out.print(((symbol_part)part).the_symbol().name() + " ");
188 if (itm.dot_at_end()) System.out.print("(*) ");
628 System.err.print (" between ");
630 System.err.print (" and ");
632 System.err.print(" under symbols: {" );
637 if (comma_flag) System.err.print(", "); else comma_flag = true;
638 System.err.print(terminal.find(t).name());
642 System.err.print(" Resolved in favor of ");
670 System.err.print (" between ");