Interface AnaphorsApi<N,​E,​TB,​S,​I,​QI,​EV,​PP>

Type Parameters:
N - The node type in the AST
E - The expression 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
EV - The type of the event contained in the condition that is evaluated to check when the perspectivations shall be applied.
PP - The type used for positions that carry perspectivations

public interface AnaphorsApi<N,​E,​TB,​S,​I,​QI,​EV,​PP>
The service provider interface used by the de.monochromata.anaphors package to perform anaphora resolution on a given AST implementation.