org.xwiki.query.jpql.node
Class AArithmeticTerm
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PArithmeticTerm
org.xwiki.query.jpql.node.AArithmeticTerm
- All Implemented Interfaces:
- Cloneable, Switchable
public final class AArithmeticTerm
- extends PArithmeticTerm
AArithmeticTerm
public AArithmeticTerm()
AArithmeticTerm
public AArithmeticTerm(PArithmeticTerm _arithmeticTerm_,
TMulDiv _mulDiv_,
PArithmeticFactor _arithmeticFactor_)
clone
public Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getArithmeticTerm
public PArithmeticTerm getArithmeticTerm()
setArithmeticTerm
public void setArithmeticTerm(PArithmeticTerm node)
getMulDiv
public TMulDiv getMulDiv()
setMulDiv
public void setMulDiv(TMulDiv node)
getArithmeticFactor
public PArithmeticFactor getArithmeticFactor()
setArithmeticFactor
public void setArithmeticFactor(PArithmeticFactor node)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2013 XWiki. All Rights Reserved.