Home
last modified time | relevance | path

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

/cts/tools/dasm/src/java_cup/
Dterminal.java69 public static terminal find(String with_name) in find() argument
71 if (with_name == null) in find()
74 return (terminal)_all.get(with_name); in find()
Dnon_terminal.java66 public static non_terminal find(String with_name) in find() argument
68 if (with_name == null) in find()
71 return (non_terminal)_all.get(with_name); in find()