|
||||||||||
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.XQueryLetClause
public class XQueryLetClause
XQuery Interpreter LetClause.
Constructor Summary | |
---|---|
XQueryLetClause(PositionInfo pos,
XQueryBinding bind)
Constructor |
Method Summary | |
---|---|
void |
add(XQueryBinding bind)
Method add |
java.util.List<XQueryBinding> |
getBindings()
Method getBindings |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract |
---|
getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQueryLetClause(PositionInfo pos, XQueryBinding bind)
column
- an intline
- an intbind
- a XQueryBindingMethod Detail |
---|
public void add(XQueryBinding bind)
bind
- a XQueryBindingpublic java.util.List<XQueryBinding> getBindings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |