org.xwiki.query.jpql.node
Class AFromList

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

public final class AFromList
extends PFromList


Constructor Summary
AFromList()
           
AFromList(PIdentificationVariableDeclaration _identificationVariableDeclaration_, TComma _comma_, PFromList _fromList_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TComma getComma()
           
 PFromList getFromList()
           
 PIdentificationVariableDeclaration getIdentificationVariableDeclaration()
           
 void setComma(TComma node)
           
 void setFromList(PFromList node)
           
 void setIdentificationVariableDeclaration(PIdentificationVariableDeclaration 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

AFromList

public AFromList()

AFromList

public AFromList(PIdentificationVariableDeclaration _identificationVariableDeclaration_,
                 TComma _comma_,
                 PFromList _fromList_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIdentificationVariableDeclaration

public PIdentificationVariableDeclaration getIdentificationVariableDeclaration()

setIdentificationVariableDeclaration

public void setIdentificationVariableDeclaration(PIdentificationVariableDeclaration node)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getFromList

public PFromList getFromList()

setFromList

public void setFromList(PFromList node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 XWiki. All Rights Reserved.