Home | History | Annotate | Download | only in java_cup

Lines Matching refs:internal_error

36     throws internal_error
86 public boolean is_subset_of(lalr_item_set other) throws internal_error
104 public boolean is_superset_of(lalr_item_set other) throws internal_error
117 public lalr_item add(lalr_item itm) throws internal_error
148 public void remove(lalr_item itm) throws internal_error
165 public void add(lalr_item_set other) throws internal_error
179 public void remove(lalr_item_set other) throws internal_error
191 public lalr_item get_one() throws internal_error
215 protected void not_null(Object obj) throws internal_error
218 throw new internal_error("Null object used in set operation");
239 throws internal_error
307 } catch (internal_error e) {