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 TypeClassDescriptionclassThe default strategy for sanitising an arbitraryOperandis: -
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> REmptyOperand.accept(OperandVisitor<R> visitor) <R> RFunctionOperand.accept(OperandVisitor<R> visitor) <R> RMultiValueOperand.accept(OperandVisitor<R> visitor) <R> ROperand.accept(OperandVisitor<R> visitor) Allows us to perform operations over the operand based on the passed in visitor.<R> RSingleValueOperand.accept(OperandVisitor<R> visitor)