Home | History | Annotate | Download | only in java_cup

Lines Matching refs:non_terminal

415   /** declared start non_terminal */
416 protected non_terminal start_nt = null;
419 protected non_terminal lhs_nt;
487 non_terminal this_nt =
488 new non_terminal((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, multipart_name);
651 new production(non_terminal.START_nt, rhs_parts, rhs_pos);
708 lhs_nt = (non_terminal)non_terms.get((/*lhs_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val);
762 non_terminal nt = (non_terminal)non_terms.get((/*start_name*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val);
778 new production(non_terminal.START_nt, rhs_parts, rhs_pos);
1107 non_terms.put("$START", non_terminal.START_nt);