org.xwiki.query.jpql.node
Class AInList

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

public final class AInList
extends PInList


Constructor Summary
AInList()
           
AInList(PInItem _inItem_, TComma _comma_, PInList _inList_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TComma getComma()
           
 PInItem getInItem()
           
 PInList getInList()
           
 void setComma(TComma node)
           
 void setInItem(PInItem node)
           
 void setInList(PInList 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

AInList

public AInList()

AInList

public AInList(PInItem _inItem_,
               TComma _comma_,
               PInList _inList_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getInItem

public PInItem getInItem()

setInItem

public void setInItem(PInItem node)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getInList

public PInList getInList()

setInList

public void setInList(PInList node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.