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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TLike
 TLike ALikeExpression.getLike()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TLike
 void ALikeExpression.setLike(TLike node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TLike
ALikeExpression(TNot _not_, TLike _like_, PPatternValue _patternValue_, PEscapeSpec _escapeSpec_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.