Searched refs:under_term (Results 1 – 7 of 7) sorted by relevance
22 under_term = new parse_action[size()]; in parse_action_row()26 under_term[i] = new parse_action(); in parse_action_row()49 public parse_action under_term[]; field in parse_action_row86 if (under_term[i].kind() == parse_action.REDUCE) in compute_default()90 prod = ((reduce_action)under_term[i]).reduce_with().index(); in compute_default()
72 act = under_state[row].under_term[col]; in check_reductions()119 if (under_state[row].under_term[col].kind() != parse_action.ERROR) in toString()121 result += col + ":" + under_state[row].under_term[col] + " "; in toString()
482 if (our_act_row.under_term[t].kind() == in build_table_entries()485 our_act_row.under_term[t] = act; in build_table_entries()492 other_act = our_act_row.under_term[t]; in build_table_entries()502 our_act_row.under_term[t] = act; in build_table_entries()520 if ( our_act_row.under_term[sym.index()].kind() == in build_table_entries()523 our_act_row.under_term[sym.index()] = act; in build_table_entries()531 our_act_row.under_term[sym.index()] = act; in build_table_entries()
514 act = row.under_term[j]; in do_action_table()
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...