public interface IQualifiedTypeResolutionListener
This interface may be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
void |
recordResolution(QualifiedTypeReference typeReference,
TypeBinding resolution)
Notifies that the given resolution has been found for the given type reference.
|
void recordResolution(QualifiedTypeReference typeReference, TypeBinding resolution)
typeReference - the type referenceresolution - the resolution found