Class DefaultIndirectAnaphora<N,​E,​T,​B,​TB extends B,​S,​I,​QI,​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.anaphors.ast.AbstractASTBasedAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>
de.monochromata.anaphors.ast.DefaultIndirectAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>
Type Parameters:
N - The node type in the AST
E - The expression type
T - The type type
B - The 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
R - The sub-type of related expression to use
A - The sub-type of AST-based anaphora to use
All Implemented Interfaces:
AnaphorPart<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>, ASTBasedAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>, IndirectAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>, RelatedExpressionPart<N,​E,​T,​B,​TB,​S,​I,​QI,​R>

public class DefaultIndirectAnaphora<N,​E,​T,​B,​TB extends B,​S,​I,​QI,​R extends RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>,​A extends ASTBasedAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>>
extends AbstractASTBasedAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>
implements IndirectAnaphora<N,​E,​T,​B,​TB,​S,​I,​QI,​R,​A>
A default implementation of an indirect anaphora relation.