org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Interface IQualifiedTypeResolutionListener

All Known Implementing Classes:
AndLocator, ConstructorLocator, FieldLocator, LocalVariableLocator, MethodLocator, OrLocator, PackageDeclarationLocator, PackageReferenceLocator, PatternLocator, SuperTypeReferenceLocator, TypeDeclarationLocator, TypeParameterLocator, TypeReferenceLocator, VariableLocator

public interface IQualifiedTypeResolutionListener

A listener, which gets notified when a type binding has been discovered.

This interface may be implemented by clients.


Method Summary
 void recordResolution(QualifiedTypeReference typeReference, TypeBinding resolution)
          Notifies that the given resolution has been found for the given type reference.
 

Method Detail

recordResolution

void recordResolution(QualifiedTypeReference typeReference,
                      TypeBinding resolution)
Notifies that the given resolution has been found for the given type reference. Some of the bindings are intermediate types i.e. qualifying types.

Parameters:
typeReference - the type reference
resolution - the resolution found