java.lang.Object | |
↳ | com.atlassian.query.operand.FunctionOperand |
Represents a function in the query tree.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Allows us to perform operations over the operand based on the passed in visitor.
| |||||||||||
Renders the function call with its name and arguments for display in the UI.
| |||||||||||
The name that represents this Operand.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||
![]()
|
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. |
---|
Renders the function call with its name and arguments for display in the UI.
The name that represents this Operand.