de.fraunhofer.ipsi.xquery.tree.xml
Class XQueryEnclosedExpr

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.xml.XQueryEnclosedExpr
All Implemented Interfaces:
XQueryExpression, XQueryNode

public class XQueryEnclosedExpr
extends XQueryExpressionAbstract


Constructor Summary
XQueryEnclosedExpr(PositionInfo pos, java.util.List<XQueryExpression> expr)
          Constructor
 
Method Summary
 void acceptVisitor(VisitorXQueryExpression visitor)
          Method acceptVisitor
 java.util.List<XQueryExpression> getExpressions()
          Method getExpressions
 
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.XQueryNode
getPosition
 

Constructor Detail

XQueryEnclosedExpr

public XQueryEnclosedExpr(PositionInfo pos,
                          java.util.List<XQueryExpression> expr)
Constructor

Parameters:
column - an int
line - an int
expr - a XQueryExprSequence
Method Detail

getExpressions

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

Returns:
a XQueryExprSequence

acceptVisitor

public void acceptVisitor(VisitorXQueryExpression visitor)
                   throws XQueryException
Method acceptVisitor

Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException