org.xwiki.query.jpql.node
Class ABrArithmeticPrimary

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

public final class ABrArithmeticPrimary
extends PArithmeticPrimary


Constructor Summary
ABrArithmeticPrimary()
           
ABrArithmeticPrimary(TLbr _lbr_, PSimpleArithmeticExpression _simpleArithmeticExpression_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TLbr getLbr()
           
 TRbr getRbr()
           
 PSimpleArithmeticExpression getSimpleArithmeticExpression()
           
 void setLbr(TLbr node)
           
 void setRbr(TRbr node)
           
 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

ABrArithmeticPrimary

public ABrArithmeticPrimary()

ABrArithmeticPrimary

public ABrArithmeticPrimary(TLbr _lbr_,
                            PSimpleArithmeticExpression _simpleArithmeticExpression_,
                            TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLbr

public TLbr getLbr()

setLbr

public void setLbr(TLbr node)

getSimpleArithmeticExpression

public PSimpleArithmeticExpression getSimpleArithmeticExpression()

setSimpleArithmeticExpression

public void setSimpleArithmeticExpression(PSimpleArithmeticExpression node)

getRbr

public TRbr getRbr()

setRbr

public void setRbr(TRbr node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.