public class SymbolRegistry<T extends Symbol> extends Object
SymbolRegistry()
List<String>
allNames()
List<T>
allSymbols()
T
lookup(String symName)
void
register(String name, T symbol)
register(T symbol)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SymbolRegistry()
public void register(T symbol)
public void register(String name, T symbol)
public T lookup(String symName)
public List<String> allNames()
public List<T> allSymbols()
Licenced under the Apache License, Version 2.0