org.xwiki.query.jpql.node
Class AInExpression

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

public final class AInExpression
extends PInExpression


Constructor Summary
AInExpression()
           
AInExpression(TIn _in_, TLbr _lbr_, PInList _inList_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TIn getIn()
           
 PInList getInList()
           
 TLbr getLbr()
           
 TRbr getRbr()
           
 void setIn(TIn node)
           
 void setInList(PInList node)
           
 void setLbr(TLbr node)
           
 void setRbr(TRbr 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

AInExpression

public AInExpression()

AInExpression

public AInExpression(TIn _in_,
                     TLbr _lbr_,
                     PInList _inList_,
                     TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIn

public TIn getIn()

setIn

public void setIn(TIn node)

getLbr

public TLbr getLbr()

setLbr

public void setLbr(TLbr node)

getInList

public PInList getInList()

setInList

public void setInList(PInList node)

getRbr

public TRbr getRbr()

setRbr

public void setRbr(TRbr node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 XWiki. All Rights Reserved.