Package de.monochromata.anaphors.ast.relatedexp

Generic interfaces for and standard implementations of expressions that anaphors are related to (related expressions).

  • Interface Summary
    Interface Description
    RelatedExpression<N,​T,​B,​TB extends B,​S,​QI,​R extends RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>>
    Represents the function of an expression, or statement as related expression.
    RelatedExpressionsCollector<N,​E,​T,​B,​TB extends B,​S,​QI,​R extends RelatedExpression<N,​T,​B,​TB,​S,​QI,​R>>
    An interface to objects used to traverse the AST to find potential related expressions.
  • Class Summary
    Class Description
    DefaultRelatedExpression<N,​T,​B,​MB extends B,​TB extends B,​S,​QI,​EV,​PP,​R extends DefaultRelatedExpression<N,​T,​B,​MB,​TB,​S,​QI,​EV,​PP,​R>> Deprecated.
    RelatedExpression will be turned into a POJO instead