de.fraunhofer.ipsi.xquery.tree.prolog
Class XQueryEmptyOrderDecl

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.prolog.XQueryEmptyOrderDecl
All Implemented Interfaces:
XQueryPrologDecl, XQueryNode

public class XQueryEmptyOrderDecl
extends XQueryNodeAbstract
implements XQueryPrologDecl


Constructor Summary
XQueryEmptyOrderDecl(PositionInfo pos, EmptyOrderEnum mode)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
          Method acceptVisitor
 EmptyOrderEnum getMode()
          Method getMode
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryEmptyOrderDecl

public XQueryEmptyOrderDecl(PositionInfo pos,
                            EmptyOrderEnum mode)
Constructor

Parameters:
pos - a PositionInfo
mode - an OrderingModeEnum
Method Detail

getMode

public EmptyOrderEnum getMode()
Method getMode

Returns:
an EmptyOrderEnum

acceptVisitor

public void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
                   throws XQueryException
Method acceptVisitor

Specified by:
acceptVisitor in interface XQueryPrologDecl
Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException