Home | History | Annotate | Download | only in java_cup

Lines Matching refs:START_nt

416   protected non_terminal start_nt = null;
640 the first production, make its lhs nt the start_nt
642 if (start_nt == null)
644 start_nt = lhs_nt;
648 add_rhs_part(new symbol_part(start_nt));
651 new production(non_terminal.START_nt, rhs_parts, rhs_pos);
771 start_nt = nt;
775 add_rhs_part(new symbol_part(start_nt));
778 new production(non_terminal.START_nt, rhs_parts, rhs_pos);
1107 non_terms.put("$START", non_terminal.START_nt);