|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SymbolResolver
The 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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Symbol lookupSymbol(java.lang.String fqn)
Symbol lookupSymbol(SymbolID id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||