org.xwiki.query.jpql.node
Class ASubselectFromList

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

public final class ASubselectFromList
extends PSubselectFromList


Constructor Summary
ASubselectFromList()
           
ASubselectFromList(PSubselectIdentificationVariableDeclaration _subselectIdentificationVariableDeclaration_, TComma _comma_, PSubselectFromList _subselectFromList_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TComma getComma()
           
 PSubselectFromList getSubselectFromList()
           
 PSubselectIdentificationVariableDeclaration getSubselectIdentificationVariableDeclaration()
           
 void setComma(TComma node)
           
 void setSubselectFromList(PSubselectFromList node)
           
 void setSubselectIdentificationVariableDeclaration(PSubselectIdentificationVariableDeclaration 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

ASubselectFromList

public ASubselectFromList()

ASubselectFromList

public ASubselectFromList(PSubselectIdentificationVariableDeclaration _subselectIdentificationVariableDeclaration_,
                          TComma _comma_,
                          PSubselectFromList _subselectFromList_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getSubselectIdentificationVariableDeclaration

public PSubselectIdentificationVariableDeclaration getSubselectIdentificationVariableDeclaration()

setSubselectIdentificationVariableDeclaration

public void setSubselectIdentificationVariableDeclaration(PSubselectIdentificationVariableDeclaration node)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getSubselectFromList

public PSubselectFromList getSubselectFromList()

setSubselectFromList

public void setSubselectFromList(PSubselectFromList node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 XWiki. All Rights Reserved.