Interface RelatedExpressionsApi<N,​E,​T,​B,​MB extends B,​TB extends B,​S,​I,​QI,​EV,​PP>

Type Parameters:
N - The node type in the AST
E - The expression type The class instance creation expression node type
T - The type type
B - The 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
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 RelatedExpressionsApi<N,​E,​T,​B,​MB extends B,​TB extends B,​S,​I,​QI,​EV,​PP>
A special service provider interface to perform actions related to finding and processing related expressions.