Home
last modified time | relevance | path

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

/cts/tools/dasm/src/java_cup/
Dlalr_item_set.java193 Enumeration the_set; in get_one() local
196 the_set = all(); in get_one()
197 if (the_set.hasMoreElements()) in get_one()
199 result = (lalr_item)the_set.nextElement(); in get_one()