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 AArithmeticTerm.getArithmeticFactor()
           
 PArithmeticFactor ASingleArithmeticTerm.getArithmeticFactor()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PArithmeticFactor
 void AArithmeticTerm.setArithmeticFactor(PArithmeticFactor node)
           
 void ASingleArithmeticTerm.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–2014 XWiki. All rights reserved.