jltools.types
Class EmptyContextResolver
java.lang.Object
|
+--jltools.types.EmptyContextResolver
- All Implemented Interfaces:
- Resolver
- public class EmptyContextResolver
- extends java.lang.Object
- implements Resolver
An EmptyContextResolver is responsible for looking up types and packages
by name in an empty context.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EmptyContextResolver
public EmptyContextResolver(TypeSystem ts,
Resolver cr)
findType
public Type findType(java.lang.String name)
throws SemanticException
- Specified by:
findType
in interface Resolver
findQualifier
public Qualifier findQualifier(java.lang.String name)
throws SemanticException
- Specified by:
findQualifier
in interface Resolver
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object