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.


Constructor Summary
EmptyContextResolver(TypeSystem ts, Resolver cr)
           
 
Method Summary
 Qualifier findQualifier(java.lang.String name)
           
 Type findType(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyContextResolver

public EmptyContextResolver(TypeSystem ts,
                            Resolver cr)
Method Detail

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