public class Let extends AbstractExpression
AbstractExpression.Typesubs, sup| Constructor and Description |
|---|
Let(QName name,
AbstractExpression assignment,
AbstractExpression returnExp) |
| Modifier and Type | Method and Description |
|---|---|
AbstractExpression |
accept(ExpressionVisitor visitor) |
AbstractExpression |
getAssignment() |
QName |
getName() |
int |
getPrecedence() |
AbstractExpression |
getReturn() |
boolean |
isDocumentOrdered() |
void |
toString(StringBuilder buf)
Each subclass must implement the toString(StringBuilder) method by
appending itself as a syntatically valid XPath/XQuery expression in
the given buffer.
|
acceptSubs, appendSub, deepEquals, equivalent, geq, getBindingContext, getHead, getLastContextStep, getRoot, getSubs, getSuper, getTail, getType, isAbsolute, isRestrictive, matchDown, propEquals, propGreaterEqual, replaceRoot, setSubs, toStringpublic Let(QName name, AbstractExpression assignment, AbstractExpression returnExp)
public AbstractExpression accept(ExpressionVisitor visitor)
public void toString(StringBuilder buf)
AbstractExpressiontoString in class AbstractExpressionbuf - the buffer to append topublic QName getName()
public AbstractExpression getAssignment()
public AbstractExpression getReturn()
public boolean isDocumentOrdered()
isDocumentOrdered in class AbstractExpressionpublic int getPrecedence()
getPrecedence in class AbstractExpressionCopyright © 2013. All Rights Reserved.