Searched refs:is_subset_of (Results 1 – 7 of 7) sorted by relevance
72 public boolean is_subset_of(symbol_set other) throws internal_error in is_subset_of() method in symbol_set93 return other.is_subset_of(this); in is_superset_of()168 return is_subset_of(other); in equals()
86 public boolean is_subset_of(lalr_item_set other) throws internal_error in is_subset_of() method in lalr_item_set107 return other.is_subset_of(this); in is_superset_of()306 return is_subset_of(other); in equals()
98 public boolean is_subset_of(terminal_set other) in is_subset_of() method in terminal_set122 return other.is_subset_of(this); in is_superset_of()
191 if (!prod_first.is_subset_of(nt._first_set)) in compute_first_sets()
... .lalr_item find (java_cup.lalr_item) public boolean is_subset_of (java_cup.lalr_item_set) throws java_cup.internal_error public ...
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...