de.fraunhofer.ipsi.xquery.tree.primary
Class XQueryFunctionCall

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
          extended by de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
              extended by de.fraunhofer.ipsi.xquery.tree.primary.XQueryFunctionCall
All Implemented Interfaces:
XQueryExpression, XQueryPrimaryExpr, XQueryStepExpr, XQueryNode

public class XQueryFunctionCall
extends XQueryPrimaryExprAbstract

XQuery Interpreter FunctionCallOperator.

Since:
CVS $Date: 2005/07/22 10:05:49 $
Version:
CVS $Revision: 1.6 $
Author:
Tobias Groh, Sven Overhage

Constructor Summary
XQueryFunctionCall(PositionInfo pos, QNameExpr n, java.util.List<XQueryExpression> l)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryExpression visitor)
          Method acceptVisitor
 java.util.List<XQueryExpression> getExpressions()
          Method getExpressions
 QNameExpr getFunctionName()
          Method getFunctionName
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
isForwardStep
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
getCoreExpression, setCoreExpression, toString
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpression
getCoreExpression
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.XQueryNode
getPosition
 

Constructor Detail

XQueryFunctionCall

public XQueryFunctionCall(PositionInfo pos,
                          QNameExpr n,
                          java.util.List<XQueryExpression> l)
Constructor

Parameters:
column - an int
line - an int
n - a QName
l - a List
Method Detail

getFunctionName

public QNameExpr getFunctionName()
Method getFunctionName

Returns:
a XS_QName

getExpressions

public java.util.List<XQueryExpression> getExpressions()
Method getExpressions

Returns:
a List

acceptVisitor

public void acceptVisitor(VisitorXQueryExpression visitor)
                   throws XQueryException
Method acceptVisitor

Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException