org.eclipse.xtext.scoping.impl
Class ImportNormalizer

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.ImportNormalizer
Direct Known Subclasses:
NestedTypeAwareImportNormalizer

public class ImportNormalizer
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API, Sven Efftinge

Constructor Summary
ImportNormalizer(QualifiedName importedNamespace, boolean wildCard, boolean ignoreCase)
           
 
Method Summary
 QualifiedName deresolve(QualifiedName fullyQualifiedName)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 QualifiedName resolve(QualifiedName relativeName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportNormalizer

public ImportNormalizer(QualifiedName importedNamespace,
                        boolean wildCard,
                        boolean ignoreCase)
Method Detail

deresolve

public QualifiedName deresolve(QualifiedName fullyQualifiedName)

resolve

public QualifiedName resolve(QualifiedName relativeName)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object