org.xwiki.query.jpql.node
Class Start
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.Start
- All Implemented Interfaces:
- Cloneable, Switchable
public final class Start
- extends Node
Start
public Start()
Start
public Start(PStatement _pStatement_,
EOF _eof_)
clone
public Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getPStatement
public PStatement getPStatement()
setPStatement
public void setPStatement(PStatement node)
getEOF
public EOF getEOF()
setEOF
public void setEOF(EOF node)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2013 XWiki. All Rights Reserved.