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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TAnd
 TAnd ABetweenExpression.getAnd()
           
 TAnd AConditionalTerm.getAnd()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TAnd
 void ABetweenExpression.setAnd(TAnd node)
           
 void AConditionalTerm.setAnd(TAnd node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TAnd
ABetweenExpression(TBetween _between_, PArithmeticExpression _a_, TAnd _and_, PArithmeticExpression _b_)
           
AConditionalTerm(PConditionalTerm _conditionalTerm_, TAnd _and_, PConditionalFactor _conditionalFactor_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.