com.atlassian.query.history
Interface PredicateVisitor<R>


public interface PredicateVisitor<R>

A visitor that allows you to perform operations on a HistoryPredicate.

Since:
v4.3

Method Summary
 R visit(HistoryPredicate predicate)
          Visit called when accepting a HistoryPredicate.
 

Method Detail

visit

R visit(HistoryPredicate predicate)
Visit called when accepting a HistoryPredicate.

Parameters:
the - node being visited.
Returns:
The return type specified by the visitor.


Copyright © 2002-2013 Atlassian. All Rights Reserved.