org.xwiki.query.jpql.node
Class ASingleSimpleArithmeticExpression
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PSimpleArithmeticExpression
org.xwiki.query.jpql.node.ASingleSimpleArithmeticExpression
- All Implemented Interfaces:
- Cloneable, Switchable
public final class ASingleSimpleArithmeticExpression
- extends PSimpleArithmeticExpression
ASingleSimpleArithmeticExpression
public ASingleSimpleArithmeticExpression()
ASingleSimpleArithmeticExpression
public ASingleSimpleArithmeticExpression(PArithmeticTerm _arithmeticTerm_)
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)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012 XWiki. All Rights Reserved.