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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TIntegerLiteral
 TIntegerLiteral AIntegerNumericLiteral.getIntegerLiteral()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TIntegerLiteral
 void AIntegerNumericLiteral.setIntegerLiteral(TIntegerLiteral node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TIntegerLiteral
AIntegerNumericLiteral(TIntegerLiteral _integerLiteral_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.