Class AbstractLocalTempVariableIntroducingStrategy<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>,​A extends ASTBasedAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>>

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>
de.monochromata.anaphors.ast.relatedexp.strategy.AbstractLocalTempVariableIntroducingStrategy<N,​E,​T,​B,​MB,​TB,​S,​I,​QI,​EV,​PP,​R,​A>
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
A - The sub-type of AST-based anaphora to use
All Implemented Interfaces:
LocalTempVariableIntroducingStrategy<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>, RelatedExpressionStrategy<N,​T,​B,​TB,​S,​QI,​R>, Strategy
Direct Known Subclasses:
ClassInstanceCreationStrategy, MethodInvocationStrategy

public abstract class AbstractLocalTempVariableIntroducingStrategy<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>,​A extends ASTBasedAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>>
extends AbstractRelatedExpressionStrategy<N,​E,​T,​B,​MB,​TB,​S,​I,​QI,​EV,​PP,​R>
implements LocalTempVariableIntroducingStrategy<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>
Abstract base class for related expressions whose realization introduces local temporary variables.