Interface PredicateVisitor<R>


public interface PredicateVisitor<R>
A visitor that allows you to perform operations on a HistoryPredicate.
Since:
v4.3
  • Method Details

    • visit

      R visit(HistoryPredicate predicate)
      Visit called when accepting a HistoryPredicate.
      Parameters:
      the - node being visited.
      Returns:
      The return type specified by the visitor.