Searched refs:non_terms (Results 1 – 3 of 3) sorted by relevance
49 non_terms maintains a separate mapping containing only the non terms123 protected Hashtable non_terms = new Hashtable();191 non_terms.put("$START", non_terminal.START_nt);388 non_terminal nt = (non_terminal)non_terms.get(start_name.str_val);423 lhs_nt = (non_terminal)non_terms.get(lhs_id.str_val);586 /* put it in the non_terms table */587 non_terms.put(non_term_id.str_val, this_nt);
413 protected Hashtable non_terms = new Hashtable(); field in CUP$actions491 …non_terms.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val,… in CUP$do_action()708 …lhs_nt = (non_terminal)non_terms.get((/*lhs_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CU… in CUP$do_action()762 …non_terminal nt = (non_terminal)non_terms.get((/*start_name*/(java_cup.runtime.str_token)CUP$stack… in CUP$do_action()1107 non_terms.put("$START", non_terminal.START_nt); in CUP$do_action()
... util.Hashtable symbols protected java.util.Hashtable non_terms protected java_cup.non_terminal start_nt protected java_cup.non_terminal lhs_nt ...