org.xwiki.query.jpql.node
Class ACmpSimpleConditionalExpressionRemainder

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

public final class ACmpSimpleConditionalExpressionRemainder
extends PSimpleConditionalExpressionRemainder


Constructor Summary
ACmpSimpleConditionalExpressionRemainder()
           
ACmpSimpleConditionalExpressionRemainder(PComparisonExpression _comparisonExpression_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PComparisonExpression getComparisonExpression()
           
 void setComparisonExpression(PComparisonExpression 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

ACmpSimpleConditionalExpressionRemainder

public ACmpSimpleConditionalExpressionRemainder()

ACmpSimpleConditionalExpressionRemainder

public ACmpSimpleConditionalExpressionRemainder(PComparisonExpression _comparisonExpression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getComparisonExpression

public PComparisonExpression getComparisonExpression()

setComparisonExpression

public void setComparisonExpression(PComparisonExpression node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 XWiki. All Rights Reserved.