Class Overview
Represents an assertion about a change history, namely that the expression of combining the prefix operator with
the operand. The result of evaluating the expression must be true or false. For example the operator may be
com.atlassian.query.operator.Operator.BEFORE and the operator (which should be a datetime).
Public Constructors
Public Methods
Allows us to perform operations over the clauses based on the passed in visitor. This method calls the
visit method on the visitor with this reference.
Parameters
visitor
| the visitor to accept. |
Returns
- the result of the visit operation who's type is specified by the incoming visitor.
public
String
getDisplayString
()