Uses of Interface
com.atlassian.query.clause.ClauseVisitor

Packages that use ClauseVisitor
com.atlassian.query.clause   
 

Uses of ClauseVisitor in com.atlassian.query.clause
 

Methods in com.atlassian.query.clause with parameters of type ClauseVisitor
<R> R
AndClause.accept(ClauseVisitor<R> visitor)
           
<R> R
OrClause.accept(ClauseVisitor<R> visitor)
           
<R> R
NotClause.accept(ClauseVisitor<R> visitor)
           
<R> R
Clause.accept(ClauseVisitor<R> visitor)
          Allows us to perform operations over the clauses based on the passed in visitor.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.