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

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

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

Subclasses of PArithmeticFactor in org.xwiki.query.jpql.node
 class AArithmeticFactor
           
 

Methods in org.xwiki.query.jpql.node that return PArithmeticFactor
 PArithmeticFactor ASingleArithmeticTerm.getArithmeticFactor()
           
 PArithmeticFactor AArithmeticTerm.getArithmeticFactor()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PArithmeticFactor
 void ASingleArithmeticTerm.setArithmeticFactor(PArithmeticFactor node)
           
 void AArithmeticTerm.setArithmeticFactor(PArithmeticFactor node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PArithmeticFactor
AArithmeticTerm(PArithmeticTerm _arithmeticTerm_, TMulDiv _mulDiv_, PArithmeticFactor _arithmeticFactor_)
           
ASingleArithmeticTerm(PArithmeticFactor _arithmeticFactor_)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.