Uses of Interface
com.atlassian.query.history.PredicateVisitor
Packages that use PredicateVisitor
-
Uses of PredicateVisitor in com.atlassian.query.history
Methods in com.atlassian.query.history with parameters of type PredicateVisitorModifier and TypeMethodDescription<R> RAndHistoryPredicate.accept(PredicateVisitor<R> visitor) <R> RHistoryPredicate.accept(PredicateVisitor<R> visitor) Allows us to perform operations over the clauses based on the passed in visitor.<R> RTerminalHistoryPredicate.accept(PredicateVisitor<R> visitor)