org.xwiki.query.jpql.node
Class ASqrtFunctionsReturningNumerics

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.ASqrtFunctionsReturningNumerics
All Implemented Interfaces:
Cloneable, Switchable

public final class ASqrtFunctionsReturningNumerics
extends PFunctionsReturningNumerics


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

ASqrtFunctionsReturningNumerics

public ASqrtFunctionsReturningNumerics()

ASqrtFunctionsReturningNumerics

public ASqrtFunctionsReturningNumerics(TSqrt _sqrt_,
                                       TLbr _lbr_,
                                       PSimpleArithmeticExpression _simpleArithmeticExpression_,
                                       TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getSqrt

public TSqrt getSqrt()

setSqrt

public void setSqrt(TSqrt 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.