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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TBooleanLiteral
 TBooleanLiteral ABoolLiteral.getBooleanLiteral()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TBooleanLiteral
 void ABoolLiteral.setBooleanLiteral(TBooleanLiteral node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TBooleanLiteral
ABoolLiteral(TBooleanLiteral _booleanLiteral_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.