org.xwiki.query.jpql.node
Class AArithmeticExpression

java.lang.Object
  extended by org.xwiki.query.jpql.node.Node
      extended by org.xwiki.query.jpql.node.PArithmeticExpression
          extended by org.xwiki.query.jpql.node.AArithmeticExpression
All Implemented Interfaces:
Cloneable, Switchable

public final class AArithmeticExpression
extends PArithmeticExpression


Constructor Summary
AArithmeticExpression()
           
AArithmeticExpression(PSimpleArithmeticExpression _simpleArithmeticExpression_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PSimpleArithmeticExpression getSimpleArithmeticExpression()
           
 void setSimpleArithmeticExpression(PSimpleArithmeticExpression node)
           
 String toString()
           
 
Methods inherited from class org.xwiki.query.jpql.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AArithmeticExpression

public AArithmeticExpression()

AArithmeticExpression

public AArithmeticExpression(PSimpleArithmeticExpression _simpleArithmeticExpression_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getSimpleArithmeticExpression

public PSimpleArithmeticExpression getSimpleArithmeticExpression()

setSimpleArithmeticExpression

public void setSimpleArithmeticExpression(PSimpleArithmeticExpression node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.