| java.lang.Object | |
| ↳ | com.atlassian.query.operand.SingleValueOperand |
Used to represent a single constant value as an Operand.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | OPERAND_NAME | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Note: cannot accept an empty
QueryLiteral. | |||||||||||
| 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
| |||||||||||||||||
Note: cannot accept an empty QueryLiteral.
Use EmptyOperand instead.
| literal | the query literal to convert to an operand; must not be null or empty. |
|---|
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.

