Interface IQualifiedTypeResolutionListener
- All Known Implementing Classes:
AndLocator, ConstructorLocator, FieldLocator, LocalVariableLocator, MethodLocator, ModuleLocator, 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
Modifier and TypeMethodDescriptionvoidrecordResolution(QualifiedTypeReference typeReference, TypeBinding resolution) Notifies that the given resolution has been found for the given type reference.
-
Method Details
-
recordResolution
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 referenceresolution- the resolution found
-