Uses of Interface
com.atlassian.query.operand.OperandVisitor
Packages that use OperandVisitor
Package
Description
-
Uses of OperandVisitor in com.atlassian.jira.jql.permission
Classes in com.atlassian.jira.jql.permission that implement OperandVisitorModifier and TypeClassDescriptionclass
The default strategy for sanitising an arbitraryOperand
is: -
Uses of OperandVisitor in com.atlassian.jira.jql.util
Classes in com.atlassian.jira.jql.util that implement OperandVisitor -
Uses of OperandVisitor in com.atlassian.query.operand
Methods in com.atlassian.query.operand with parameters of type OperandVisitorModifier and TypeMethodDescription<R> R
EmptyOperand.accept
(OperandVisitor<R> visitor) <R> R
FunctionOperand.accept
(OperandVisitor<R> visitor) <R> R
MultiValueOperand.accept
(OperandVisitor<R> visitor) <R> R
Operand.accept
(OperandVisitor<R> visitor) Allows us to perform operations over the operand based on the passed in visitor.<R> R
SingleValueOperand.accept
(OperandVisitor<R> visitor)