org.xwiki.query.jpql.node
Class AFromClause

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

public final class AFromClause
extends PFromClause


Constructor Summary
AFromClause()
           
AFromClause(TFrom _from_, PFromList _fromList_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TFrom getFrom()
           
 PFromList getFromList()
           
 void setFrom(TFrom node)
           
 void setFromList(PFromList 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

AFromClause

public AFromClause()

AFromClause

public AFromClause(TFrom _from_,
                   PFromList _fromList_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getFrom

public TFrom getFrom()

setFrom

public void setFrom(TFrom node)

getFromList

public PFromList getFromList()

setFromList

public void setFromList(PFromList node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.