polyglot.types
Interface Resolver

All Known Subinterfaces:
CofferContext, Context, TopLevelResolver
All Known Implementing Classes:
CachingResolver, ClassContextResolver, ClassResolver, CofferContext_c, CompoundResolver, Context_c, ImportTable, LoadedClassResolver, PackageContextResolver, SourceClassResolver, TableResolver

public interface Resolver

A Resolver is responsible for looking up types and packages by name.


Method Summary
 Named find(java.lang.String name)
          Find a type object by name.
 

Method Detail

find

Named find(java.lang.String name)
           throws SemanticException
Find a type object by name.

Throws:
SemanticException