| java.lang.Object | |
| ↳ | com.atlassian.query.operand.EmptyOperand |
Used to represent a value that has not been set for a field.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | OPERAND_NAME | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EMPTY | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Allows us to perform operations over the operand based on the passed in visitor.
| |||||||||||
Produces the unexpanded representation of the Operand.
| |||||||||||
The name that represents this Operand.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.query.operand.Operand
| |||||||||||||||||
Allows us to perform operations over the operand based on the passed in visitor. This method calls the visit method on the visitor with this reference.
| visitor | the visitor to accept. |
|---|
Produces the unexpanded representation of the Operand. In the case of a function operand this would be the function as represented in the Query (i.e. group(jira-users)).
The name that represents this Operand.

