| com.atlassian.query.operand.OperandVisitor<R> |
Known Indirect Subclasses
| |||||||||||||
A visitor that the caller to perform operations on Operands.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The method called when visiting an
MultiValueOperand. | |||||||||||
The method called when visiting an
EmptyOperand. | |||||||||||
The method called when visiting an
SingleValueOperand. | |||||||||||
The method called when visiting a
FunctionOperand. | |||||||||||
The method called when visiting an MultiValueOperand.
| multiValue | the operand being visited. |
|---|
The method called when visiting an EmptyOperand.
| empty | the operand being visited. |
|---|
The method called when visiting an SingleValueOperand.
| singleValueOperand | the operand being visited. |
|---|
The method called when visiting a FunctionOperand.
| function | the operand being visited. |
|---|

