org.xwiki.query.jpql.node
Class AAbsFunctionsReturningNumerics

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

public final class AAbsFunctionsReturningNumerics
extends PFunctionsReturningNumerics


Constructor Summary
AAbsFunctionsReturningNumerics()
           
AAbsFunctionsReturningNumerics(TAbs _abs_, TLbr _lbr_, PSimpleArithmeticExpression _simpleArithmeticExpression_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAbs getAbs()
           
 TLbr getLbr()
           
 TRbr getRbr()
           
 PSimpleArithmeticExpression getSimpleArithmeticExpression()
           
 void setAbs(TAbs node)
           
 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

AAbsFunctionsReturningNumerics

public AAbsFunctionsReturningNumerics()

AAbsFunctionsReturningNumerics

public AAbsFunctionsReturningNumerics(TAbs _abs_,
                                      TLbr _lbr_,
                                      PSimpleArithmeticExpression _simpleArithmeticExpression_,
                                      TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getAbs

public TAbs getAbs()

setAbs

public void setAbs(TAbs node)

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.