Package com.atlassian.query.clause

Interface Summary
Clause Represents a node in the tree that gets generated for a Query.
ClauseVisitor<R> A visitor that allows you to perform operations on a Query.
TerminalClause Denotes a terminal nodes that contain an Operator and an Operand.
 

Class Summary
AndClause Used to represent a logical AND in the query tree.
MultiClause An abstract class that will contain multiple clauses.
NotClause Used to represent a logical NOT in the query tree.
OrClause Used to represent a logical OR in the query tree.
TerminalClauseImpl Used to represent a terminal node in the query tree.
 

Enum Summary
ClausePrecedence Used to determine the logical precedence of the clauses that can be contained in a SearchQuery.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.