Class DefaultRelatedExpression<N,​T,​B,​MB extends B,​TB extends B,​S,​QI,​EV,​PP,​R extends DefaultRelatedExpression<N,​T,​B,​MB,​TB,​S,​QI,​EV,​PP,​R>>

java.lang.Object
de.monochromata.anaphors.ast.relatedexp.DefaultRelatedExpression<N,​T,​B,​MB,​TB,​S,​QI,​EV,​PP,​R>
Type Parameters:
N - The node type in the AST
T - The type type
B - The binding type
MB - The method binding type
TB - The type binding type
S - The scope type (optional)
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
R - The sub-type of related expression to use
All Implemented Interfaces:
RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>

@Deprecated
public class DefaultRelatedExpression<N,​T,​B,​MB extends B,​TB extends B,​S,​QI,​EV,​PP,​R extends DefaultRelatedExpression<N,​T,​B,​MB,​TB,​S,​QI,​EV,​PP,​R>>
extends Object
implements RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>
Deprecated.
RelatedExpression will be turned into a POJO instead
An abstract base class for implementing related expressions.