org.xwiki.query.jpql.node
Class ASimpleCondExpression

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

public final class ASimpleCondExpression
extends PSimpleCondExpression


Constructor Summary
ASimpleCondExpression()
           
ASimpleCondExpression(PArithmeticExpression _arithmeticExpression_, PSimpleConditionalExpressionRemainder _simpleConditionalExpressionRemainder_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PArithmeticExpression getArithmeticExpression()
           
 PSimpleConditionalExpressionRemainder getSimpleConditionalExpressionRemainder()
           
 void setArithmeticExpression(PArithmeticExpression node)
           
 void setSimpleConditionalExpressionRemainder(PSimpleConditionalExpressionRemainder 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

ASimpleCondExpression

public ASimpleCondExpression()

ASimpleCondExpression

public ASimpleCondExpression(PArithmeticExpression _arithmeticExpression_,
                             PSimpleConditionalExpressionRemainder _simpleConditionalExpressionRemainder_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getArithmeticExpression

public PArithmeticExpression getArithmeticExpression()

setArithmeticExpression

public void setArithmeticExpression(PArithmeticExpression node)

getSimpleConditionalExpressionRemainder

public PSimpleConditionalExpressionRemainder getSimpleConditionalExpressionRemainder()

setSimpleConditionalExpressionRemainder

public void setSimpleConditionalExpressionRemainder(PSimpleConditionalExpressionRemainder node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.