|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.expression.XQueryBinding
public class XQueryBinding
Constructor Summary | |
---|---|
XQueryBinding(XQueryVariable var,
XQueryExpression expr,
XQuerySequenceType type)
Constructor |
Method Summary | |
---|---|
XQueryExpression |
getExpression()
Method getExpression |
XQuerySequenceType |
getType()
Method getType |
XQueryVariable |
getVariable()
Method getVariable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQueryBinding(XQueryVariable var, XQueryExpression expr, XQuerySequenceType type)
var
- a XQueryVariableexpr
- a XQueryExpressiontype
- a XQuerySequenceTypeMethod Detail |
---|
public XQueryVariable getVariable()
public XQueryExpression getExpression()
public XQuerySequenceType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |