gov.llnl.babel.symbols
public interface SymbolResolver
SymbolResolver
interface is implemented by concrete
symbol resolvers used by the SymbolTable
. Sample resolvers
might query a type database or search through specified directories in
the file system.Modifier and Type | Method and Description |
---|---|
Symbol |
lookupSymbol(java.lang.String fqn)
Look up a symbol based on the fully qualified name but accept any
version.
|
Symbol |
lookupSymbol(SymbolID id)
Look up a symbol based on the fully qualified name and the version.
|
Symbol lookupSymbol(java.lang.String fqn)