Uses of Interface
de.monochromata.anaphors.ast.strategy.StoresReferentInLocalTempVariable
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast.strategy |
Anaphora resolution strategies.
|
-
Uses of StoresReferentInLocalTempVariable in de.monochromata.anaphors.ast.strategy
Classes in de.monochromata.anaphors.ast.strategy that implement StoresReferentInLocalTempVariable Modifier and Type Class Description classDA1ReStrategy<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>>A simple direct anaphora resolution strategy that is based on the various forms of recurrence that can be implemented using the availableReferentializationStrategyimplementations.classIA1MrStrategy<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.