|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.types.AbstractAccessControlResolver
public abstract class AbstractAccessControlResolver
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.
| Field Summary | |
|---|---|
protected TypeSystem |
ts
|
| Constructor Summary | |
|---|---|
AbstractAccessControlResolver(TypeSystem ts)
|
|
| Method Summary | |
|---|---|
Named |
find(java.lang.String name)
Find a type object by name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface polyglot.types.AccessControlResolver |
|---|
find |
| Field Detail |
|---|
protected TypeSystem ts
| Constructor Detail |
|---|
public AbstractAccessControlResolver(TypeSystem ts)
| Method Detail |
|---|
public final Named find(java.lang.String name)
throws SemanticException
Resolver
find in interface ResolverSemanticException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||