Uses of Interface
com.atlassian.query.history.PredicateVisitor

Packages that use PredicateVisitor
com.atlassian.query.history   
 

Uses of PredicateVisitor in com.atlassian.query.history
 

Methods in com.atlassian.query.history with parameters of type PredicateVisitor
<R> R
TerminalHistoryPredicate.accept(PredicateVisitor<R> visitor)
           
<R> R
AndHistoryPredicate.accept(PredicateVisitor<R> visitor)
           
<R> R
HistoryPredicate.accept(PredicateVisitor<R> visitor)
          Allows us to perform operations over the clauses based on the passed in visitor.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.