com.atlassian.query.clause.TerminalClause |
Known Indirect Subclasses
TerminalClauseImpl |
Used to represent a terminal node in the query tree. |
WasClause |
Used to represent WAS in the Query tree |
WasClauseImpl |
Represents the clause for the "WAS mode" of change history querying. |
|
Class Overview
Denotes a terminal nodes that contain an Operator and an Operand.
Public Methods
public
Operand
getOperand
()
Returns
- the right hand side value of the expression. This can be a composite of more Operands or it can be
SingleValueOperands that resolve to constant values.
public
Operator
getOperator
()
Returns
- the operator used by the clause
Operator
.