Home | History | Annotate | Download | only in java_cup

Lines Matching full:non_terms

413   protected Hashtable non_terms = new Hashtable();
490 /* put it in the non_terms table */
491 non_terms.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, this_nt);
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);
1107 non_terms.put("$START", non_terminal.START_nt);