Class CaseSensitiveNameRecurrence<N,​E,​TB,​S,​I,​QI,​EV,​PP>

java.lang.Object
de.monochromata.AbstractStrategy
de.monochromata.anaphors.ast.reference.strategy.AbstractReferentializationStrategy<N,​E,​TB,​S,​I,​QI,​EV,​PP>
de.monochromata.anaphors.ast.reference.strategy.concept.AbstractConceptReferentializationStrategy<N,​E,​TB,​S,​I,​QI,​EV,​PP>
de.monochromata.anaphors.ast.reference.strategy.concept.NameRecurrence<N,​E,​TB,​S,​I,​QI,​EV,​PP>
de.monochromata.anaphors.ast.reference.strategy.concept.CaseSensitiveNameRecurrence<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
All Implemented Interfaces:
ConceptReferentializationStrategy<E,​TB,​S,​I,​QI>, ReferentializationStrategy<E,​TB,​S,​I,​QI>, Strategy

public class CaseSensitiveNameRecurrence<N,​E,​TB,​S,​I,​QI,​EV,​PP>
extends NameRecurrence<N,​E,​TB,​S,​I,​QI,​EV,​PP>
Referentialization based on case-sensitive name recurrence, like in variables.