Searched refs:lalr_item (Results 1 – 6 of 6) sorted by relevance
71 public boolean contains(lalr_item itm) {return _all.containsKey(itm);} in contains()79 public lalr_item find(lalr_item itm) {return (lalr_item)_all.get(itm);} in find()92 if (!other.contains((lalr_item)e.nextElement())) in is_subset_of()117 public lalr_item add(lalr_item itm) throws internal_error in add()119 lalr_item other; in add()124 other = (lalr_item)_all.get(itm); in add()148 public void remove(lalr_item itm) throws internal_error in remove()171 add((lalr_item)e.nextElement()); in add()185 remove((lalr_item)e.nextElement()); in remove()191 public lalr_item get_one() throws internal_error in get_one()[all …]
31 public class lalr_item extends lr_item_core { class42 public lalr_item(production prod, int pos, terminal_set look) in lalr_item() method in lalr_item57 public lalr_item(production prod, terminal_set look) throws internal_error in lalr_item() method in lalr_item67 public lalr_item(production prod) throws internal_error in lalr_item() method in lalr_item100 public void add_propagate(lalr_item prop_to) in add_propagate()137 ((lalr_item)propagate_items().elementAt(i)) in propagate_lookaheads()147 public lalr_item shift() throws internal_error in shift()149 lalr_item result; in shift()156 result = new lalr_item(the_production(), dot_pos()+1, in shift()268 public boolean equals(lalr_item other) in equals()[all …]
162 lalr_item itm; in dump_state()175 itm = (lalr_item)e.nextElement(); in dump_state()282 lalr_item itm, new_itm, existing, fix_itm; in build_machine()293 itm = new lalr_item(start_prod); in build_machine()320 itm = (lalr_item)i.nextElement(); in build_machine()340 itm = (lalr_item)i.nextElement(); in build_machine()381 fix_itm = (lalr_item)fix.nextElement(); in build_machine()388 (lalr_item)fix_itm.propagate_items().elementAt(l); in build_machine()423 ((lalr_item)itm.nextElement()).propagate_lookaheads(null); in propagate_lookaheads()456 lalr_item itm; in build_table_entries()[all …]
... String) public void crash () } java_cup/lalr_item.class lalr_item.java package java_cup public java_cup. ...
... throws java_cup.internal_error protected void report_reduce_reduce (java_cup.lalr_item, java_cup.lalr_item) throws java_cup.internal_error protected ...