Uses of Class
org.xwiki.query.jpql.node.TOr

Packages that use TOr
org.xwiki.query.jpql.analysis   
org.xwiki.query.jpql.node   
 

Uses of TOr in org.xwiki.query.jpql.analysis
 

Methods in org.xwiki.query.jpql.analysis with parameters of type TOr
 void AnalysisAdapter.caseTOr(TOr node)
           
 void Analysis.caseTOr(TOr node)
           
 

Uses of TOr in org.xwiki.query.jpql.node
 

Methods in org.xwiki.query.jpql.node that return TOr
 TOr AConditionalExpression.getOr()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TOr
 void AConditionalExpression.setOr(TOr node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TOr
AConditionalExpression(PConditionalExpression _conditionalExpression_, TOr _or_, PConditionalTerm _conditionalTerm_)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.