Uses of Interface
com.atlassian.query.operand.OperandVisitor

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
<R> R
SingleValueOperand.accept(OperandVisitor<R> visitor)
           
<R> R
MultiValueOperand.accept(OperandVisitor<R> visitor)
           
<R> R
FunctionOperand.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-2011 Atlassian. All Rights Reserved.