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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TConcat
 TConcat AConcatFunctionsReturningStrings.getConcat()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TConcat
 void AConcatFunctionsReturningStrings.setConcat(TConcat node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TConcat
AConcatFunctionsReturningStrings(TConcat _concat_, TLbr _lbr_, PStringPrimary _s1_, TComma _comma_, PStringPrimary _s2_, TRbr _rbr_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.