Class AbstractRelatedExpressionStrategy<N,​E,​T,​B,​MB extends B,​TB extends B,​S,​I,​QI,​EV,​PP,​R extends RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>>

java.lang.Object
de.monochromata.AbstractStrategy
de.monochromata.anaphors.ast.relatedexp.strategy.AbstractRelatedExpressionStrategy<N,​E,​T,​B,​MB,​TB,​S,​I,​QI,​EV,​PP,​R>
Type Parameters:
N - The node type in the AST
E - The expression 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
R - The sub-type of related expression to use
All Implemented Interfaces:
RelatedExpressionStrategy<N,​T,​B,​TB,​S,​QI,​R>, Strategy
Direct Known Subclasses:
AbstractLocalTempVariableIntroducingStrategy, LocalVariableDeclarationStrategy, ParameterDeclarationStrategy

public abstract class AbstractRelatedExpressionStrategy<N,​E,​T,​B,​MB extends B,​TB extends B,​S,​I,​QI,​EV,​PP,​R extends RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>>
extends AbstractStrategy
implements RelatedExpressionStrategy<N,​T,​B,​TB,​S,​QI,​R>
An abstract base class for strategies used to generate (potential) related expressions from AST nodes.