Home
last modified time | relevance | path

Searched refs:_all (Results 1 – 9 of 9) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dsymbol_set.java29 _all = (Hashtable)other._all.clone(); in symbol_set()
38 protected Hashtable _all = new Hashtable(11); field in symbol_set
41 public Enumeration all() {return _all.elements();}; in all()
44 public int size() {return _all.size();}; in size()
65 public boolean contains(symbol sym) {return _all.containsKey(sym.name());}; in contains()
109 previous = _all.put(sym.name(),sym); in add()
123 _all.remove(sym.name()); in remove()
Dlalr_item_set.java39 _all = (Hashtable)other._all.clone(); in lalr_item_set()
49 protected Hashtable _all = new Hashtable(11); field in lalr_item_set
52 public Enumeration all() {return _all.elements();} in all()
62 public int size() {return _all.size();} in size()
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()
124 other = (lalr_item)_all.get(itm); in add()
138 _all.put(itm,itm); in add()
156 _all.remove(itm); in remove()
Dterminal.java31 Object conflict = _all.put(nm,this); in terminal()
63 protected static Hashtable _all = new Hashtable(); field in terminal
66 public static Enumeration all() {return _all.elements();}; in all()
74 return (terminal)_all.get(with_name); in find()
93 public static int number() {return _all.size();}; in number()
Dnon_terminal.java31 Object conflict = _all.put(nm,this); in non_terminal()
60 protected static Hashtable _all = new Hashtable(); field in non_terminal
63 public static Enumeration all() {return _all.elements();}; in all()
71 return (non_terminal)_all.get(with_name); in find()
77 public static int number() {return _all.size();}; in number()
Dlalr_state.java78 _all.put(_items,this); in lalr_state()
86 protected static Hashtable _all = new Hashtable(); field in lalr_state
89 public static Enumeration all() {return _all.elements();} in all()
94 public static int number() {return _all.size();} in number()
118 return (lalr_state)_all.get(itms); in find_state()
Dproduction.java121 _all.put(new Integer(_index),this); in production()
146 protected static Hashtable _all = new Hashtable(); field in production
149 public static Enumeration all() {return _all.elements();}; in all()
154 public static int number() {return _all.size();}; in number()
/cts/tools/dasm/etc/
Djava_cup.jar ... lang.Object { protected java.util.Hashtable _all protected Integer hashcode_cache public void <init> () ...
Djava_cup-new.jar ... .Object { protected static java.util.Hashtable _all protected static java.util.Hashtable _all_kernels protected static ...
Djava_cup.jar.old ... lang.Object { protected java.util.Hashtable _all protected Integer hashcode_cache public void <init> () ...