Schnittstelle IQualifiedTypeResolutionListener
- Alle bekannten Implementierungsklassen:
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidrecordResolution(QualifiedTypeReference typeReference, TypeBinding resolution) Notifies that the given resolution has been found for the given type reference.
-
Methodendetails
-
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.- Parameter:
typeReference- the type referenceresolution- the resolution found
-