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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TAggregateFunc
 TAggregateFunc AFuncAggregateExpression.getAggregateFunc()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TAggregateFunc
 void AFuncAggregateExpression.setAggregateFunc(TAggregateFunc node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TAggregateFunc
AFuncAggregateExpression(TAggregateFunc _aggregateFunc_, TLbr _lbr_, TDistinct _distinct_, PPath _path_, TRbr _rbr_)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.