de.fraunhofer.ipsi.xquery.tree.primary
Class XQueryOrderingExpr
java.lang.Object
de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
de.fraunhofer.ipsi.xquery.tree.primary.XQueryOrderingExpr
- All Implemented Interfaces:
- XQueryExpression, XQueryPrimaryExpr, XQueryStepExpr, XQueryNode
public class XQueryOrderingExpr
- extends XQueryPrimaryExprAbstract
XQuery Interpreter ArtihmeticOperator.
- Since:
- CVS $Date: 2004/08/31 10:41:11 $
- Version:
- CVS $Revision: 1.2 $
- Author:
- Tobias Groh, Sven Overhage
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryOrderingExpr
public XQueryOrderingExpr(PositionInfo pos,
OrderingModeEnum kind,
java.util.List<XQueryExpression> expr)
- Constructor
- Parameters:
column
- an intline
- an intkind
- an OrderingModeexpr
- a XQueryExprSequence
getOperation
public OrderingModeEnum getOperation()
- Method getOperation
- Returns:
- an Enum
getExpr
public java.util.List<XQueryExpression> getExpr()
- Method getLeft
- Returns:
- a XQueryExpression
acceptVisitor
public void acceptVisitor(VisitorXQueryExpression visitor)
throws XQueryException
- Method acceptVisitor
- Parameters:
visitor
- a VisitorXQuery
- Throws:
QueryException
XQueryException