Searched refs:goto_st (Results 1 – 2 of 2) sorted by relevance
59 lalr_state goto_st; in toString() local70 goto_st = under_state[row].under_non_term[col]; in toString()73 if (goto_st != null) in toString()76 result += goto_st.index(); in toString()
572 lalr_state goto_st; in do_reduce_table() local590 goto_st = red_tab.under_state[i].under_non_term[j]; in do_reduce_table()593 if (goto_st != null) in do_reduce_table()596 out.print(j + "," + goto_st.index() + ","); in do_reduce_table()