|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.types.ClassResolver
ClassResolver Overview: A ClassResolver is responsible for taking in the name of a class and returning a ClassType corresponding to that name. Differing concrete implementations of ClassResolver may obey slightly different contracts in terms of which names they accept; it is the responsibility of the user to make sure they have one whose behavior is reasonable.
Constructor Summary | |
ClassResolver()
|
Method Summary | |
abstract Named |
find(java.lang.String name)
Find a type by name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassResolver()
Method Detail |
public abstract Named find(java.lang.String name) throws SemanticException
find
in interface Resolver
SemanticException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |