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:
EmptyOperand s do not need sanitising;
FunctionOperand s have their arguments sanitised by JqlOperandResolver ;
MultiValueOperand s must have their children sanitised and potentially recombined
into a new MultiValueOperand instance. |
Modifier and Type | Method and Description |
---|---|
<R> R |
MultiValueOperand.accept(OperandVisitor<R> visitor) |
<R> R |
SingleValueOperand.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.
|
<R> R |
FunctionOperand.accept(OperandVisitor<R> visitor) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.