|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperandVisitor | |
|---|---|
| com.atlassian.query.operand | |
| Uses of OperandVisitor in com.atlassian.query.operand |
|---|
| Methods in com.atlassian.query.operand with parameters of type OperandVisitor | ||
|---|---|---|
|
SingleValueOperand.accept(OperandVisitor<R> visitor)
|
|
|
MultiValueOperand.accept(OperandVisitor<R> visitor)
|
|
|
FunctionOperand.accept(OperandVisitor<R> visitor)
|
|
|
EmptyOperand.accept(OperandVisitor<R> visitor)
|
|
|
Operand.accept(OperandVisitor<R> visitor)
Allows us to perform operations over the operand based on the passed in visitor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||