|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
de.fraunhofer.ipsi.xquery.tree.xpath.XQueryPathExpr
public class XQueryPathExpr
XQuery Interpreter PathOperator.
Constructor Summary | |
---|---|
XQueryPathExpr(PathOperatorEnum kind,
XQueryStepExpr left,
XQueryStepExpr right)
Constructor |
|
XQueryPathExpr(PositionInfo pos,
PathOperatorEnum kind)
Constructor |
|
XQueryPathExpr(PositionInfo pos,
PathOperatorEnum kind,
XQueryStepExpr right)
Constructor |
|
XQueryPathExpr(PositionInfo pos,
PathOperatorEnum kind,
XQueryStepExpr left,
XQueryStepExpr right)
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryExpression visitor)
Method acceptVisitor |
XQueryStepExpr |
getLeft()
Method getLeft |
PathOperatorEnum |
getOperation()
Method getOperation |
XQueryStepExpr |
getRight()
Method getRight |
boolean |
isForwardStep()
Method 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 |
---|
public XQueryPathExpr(PositionInfo pos, PathOperatorEnum kind)
column
- an intline
- an intkind
- an Enumpublic XQueryPathExpr(PositionInfo pos, PathOperatorEnum kind, XQueryStepExpr right)
column
- an intline
- an intkind
- an Enumright
- a XQueryStepExprpublic XQueryPathExpr(PathOperatorEnum kind, XQueryStepExpr left, XQueryStepExpr right)
kind
- a PathOperatorEnumleft
- a XQueryStepExprright
- a XQueryStepExprpublic XQueryPathExpr(PositionInfo pos, PathOperatorEnum kind, XQueryStepExpr left, XQueryStepExpr right)
column
- an intline
- an intkind
- an Enumleft
- a XQueryStepExprright
- a XQueryStepExprMethod Detail |
---|
public PathOperatorEnum getOperation()
public XQueryStepExpr getLeft()
public XQueryStepExpr getRight()
public boolean isForwardStep()
isForwardStep
in interface XQueryStepExpr
public void acceptVisitor(VisitorXQueryExpression visitor) throws XQueryException
acceptVisitor
in interface XQueryExpression
visitor
- a VisitorXQuery
QueryException
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |