com.atlassian.query.operand.Operand |
Known Indirect Subclasses
|
Represents the right hand side value of a clause.
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.
|
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.