Package | Description |
---|---|
com.atlassian.jira.jql.permission | |
com.atlassian.query.operand |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperandSanitisingVisitor
The default strategy for sanitising an arbitrary
Operand is: |
Modifier and Type | Method and Description |
---|---|
<R> R |
SingleValueOperand.accept(OperandVisitor<R> visitor) |
<R> R |
FunctionOperand.accept(OperandVisitor<R> visitor) |
<R> R |
MultiValueOperand.accept(OperandVisitor<R> visitor) |
<R> R |
EmptyOperand.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.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.