org.xwiki.query.jpql.node
Class ANotSimpleConditionalExpressionRemainder

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

public final class ANotSimpleConditionalExpressionRemainder
extends PSimpleConditionalExpressionRemainder


Constructor Summary
ANotSimpleConditionalExpressionRemainder()
           
ANotSimpleConditionalExpressionRemainder(TNot _not_, PConditionWithNotExpression _conditionWithNotExpression_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PConditionWithNotExpression getConditionWithNotExpression()
           
 TNot getNot()
           
 void setConditionWithNotExpression(PConditionWithNotExpression node)
           
 void setNot(TNot 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

ANotSimpleConditionalExpressionRemainder

public ANotSimpleConditionalExpressionRemainder()

ANotSimpleConditionalExpressionRemainder

public ANotSimpleConditionalExpressionRemainder(TNot _not_,
                                                PConditionWithNotExpression _conditionWithNotExpression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getNot

public TNot getNot()

setNot

public void setNot(TNot node)

getConditionWithNotExpression

public PConditionWithNotExpression getConditionWithNotExpression()

setConditionWithNotExpression

public void setConditionWithNotExpression(PConditionWithNotExpression node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.