Interface AnaphoraResolutionApi<N,​E,​T,​B,​VB extends B,​FB extends B,​MB extends B,​TB extends B,​S,​I,​QI>

Type Parameters:
N - The node type in the AST
E - The expression type
T - The type type
B - The binding type
VB - The variable binding type
FB - The field binding type
MB - The method binding type
TB - The type binding type
S - The scope type (optional)
I - The type used to represent identifiers
QI - The type used to represent qualified identifiers

public interface AnaphoraResolutionApi<N,​E,​T,​B,​VB extends B,​FB extends B,​MB extends B,​TB extends B,​S,​I,​QI>
A special service provider interface related to finding potential referents of a given definite expression in a given related expression.