org.xwiki.query.jpql.node
Class ARangeVariableDeclaration

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

public final class ARangeVariableDeclaration
extends PRangeVariableDeclaration


Constructor Summary
ARangeVariableDeclaration()
           
ARangeVariableDeclaration(PAbstractSchemaName _abstractSchemaName_, TAs _as_, PVariable _variable_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PAbstractSchemaName getAbstractSchemaName()
           
 TAs getAs()
           
 PVariable getVariable()
           
 void setAbstractSchemaName(PAbstractSchemaName node)
           
 void setAs(TAs node)
           
 void setVariable(PVariable 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

ARangeVariableDeclaration

public ARangeVariableDeclaration()

ARangeVariableDeclaration

public ARangeVariableDeclaration(PAbstractSchemaName _abstractSchemaName_,
                                 TAs _as_,
                                 PVariable _variable_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getAbstractSchemaName

public PAbstractSchemaName getAbstractSchemaName()

setAbstractSchemaName

public void setAbstractSchemaName(PAbstractSchemaName node)

getAs

public TAs getAs()

setAs

public void setAs(TAs node)

getVariable

public PVariable getVariable()

setVariable

public void setVariable(PVariable node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.