Searched refs:with_name (Results 1 – 2 of 2) sorted by relevance
69 public static terminal find(String with_name) in find() argument71 if (with_name == null) in find()74 return (terminal)_all.get(with_name); in find()
66 public static non_terminal find(String with_name) in find() argument68 if (with_name == null) in find()71 return (non_terminal)_all.get(with_name); in find()