Uses of Class
de.monochromata.anaphors.ast.strategy.AbstractAnchoringStrategy

Packages that use AbstractAnchoringStrategy
Package Description
de.monochromata.anaphors.ast.strategy
Anaphora resolution strategies.
  • Uses of AbstractAnchoringStrategy in de.monochromata.anaphors.ast.strategy

    Subclasses of AbstractAnchoringStrategy in de.monochromata.anaphors.ast.strategy
    Modifier and Type Class Description
    class  IA1MrStrategy<N,​E,​T,​B,​VB extends B,​FB extends 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>>
    An indirect-anaphora resolution strategy that anchors anaphors in the return value of a method invocation that acts as the anchor.
    class  IA2FStrategy<N,​E,​T,​B,​VB extends B,​FB extends 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>>
    An indirect-anaphora resolution strategy that anchors anaphors in a field declared by the anchor.
    class  IA2MgStrategy<N,​E,​T,​B,​VB extends B,​FB extends 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>>
    An indirect-anaphora resolution strategy that anchors anaphors in a getter method declared by the anchor.