Home | History | Annotate | Download | only in java_cup

Lines Matching defs:_all

39       _all = (Hashtable)other._all.clone();
49 protected Hashtable _all = new Hashtable(11);
52 public Enumeration all() {return _all.elements();}
62 public int size() {return _all.size();}
71 public boolean contains(lalr_item itm) {return _all.containsKey(itm);}
79 public lalr_item find(lalr_item itm) {return (lalr_item)_all.get(itm);}
124 other = (lalr_item)_all.get(itm);
138 _all.put(itm,itm);
156 _all.remove(itm);