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

Packages that use PLiteral
org.xwiki.query.jpql.node   
 

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

Subclasses of PLiteral in org.xwiki.query.jpql.node
 class ABoolLiteral
           
 class ANumLiteral
           
 class AStrLiteral
           
 

Methods in org.xwiki.query.jpql.node that return PLiteral
 PLiteral AConstantArithmeticPrimary.getLiteral()
           
 PLiteral ALitInItem.getLiteral()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PLiteral
 void AConstantArithmeticPrimary.setLiteral(PLiteral node)
           
 void ALitInItem.setLiteral(PLiteral node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PLiteral
AConstantArithmeticPrimary(PLiteral _literal_)
           
ALitInItem(PLiteral _literal_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.