Uses of Class
de.fraunhofer.ipsi.xquery.tree.primary.XQueryVariable

Packages that use XQueryVariable
de.fraunhofer.ipsi.xquery.tree   
de.fraunhofer.ipsi.xquery.tree.expression   
de.fraunhofer.ipsi.xquery.tree.prolog   
 

Uses of XQueryVariable in de.fraunhofer.ipsi.xquery.tree
 

Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryVariable
 void VisitorXQueryPrettyPrint.process(XQueryVariable op)
           
 void VisitorXQueryMappingToCore.process(XQueryVariable op)
          A variable is a core expression, therefore there is no normalization rule for a variable.
 void VisitorXQueryExpression.process(XQueryVariable node)
           
 

Uses of XQueryVariable in de.fraunhofer.ipsi.xquery.tree.expression
 

Methods in de.fraunhofer.ipsi.xquery.tree.expression that return XQueryVariable
 XQueryVariable XQueryForClause.XQueryForBinding.getPositionalVar()
          Method getPositionalVar
 XQueryVariable XQueryTypeSwitch.getVariable()
          Method getVariable
 XQueryVariable XQueryCaseClause.getVariable()
          Method getVariable
 XQueryVariable XQueryBinding.getVariable()
          Method getVariable
 

Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type XQueryVariable
XQueryBinding(XQueryVariable var, XQueryExpression expr, XQuerySequenceType type)
          Constructor
XQueryCaseClause(PositionInfo pos, XQuerySequenceType t, XQueryExpression xo, XQueryVariable v)
          Constructor
XQueryForClause.XQueryForBinding(XQueryVariable var, XQueryExpression expr, XQuerySequenceType type, XQueryVariable posVar)
           
XQueryTypeSwitch(PositionInfo pos, java.util.List<XQueryExpression> switchexp, java.util.List<XQueryCaseClause> case_cl, XQueryVariable var, XQueryExpression def)
          Constructor
 

Uses of XQueryVariable in de.fraunhofer.ipsi.xquery.tree.prolog
 

Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return XQueryVariable
 XQueryVariable XQueryVarDecl.getVariable()
          Method getVariable
 XQueryVariable XQueryParameter.getVariable()
          Method getVariable
 

Constructors in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type XQueryVariable
XQueryParameter(XQueryVariable var, XQuerySequenceType type)
          Constructor
XQueryVarDecl(PositionInfo pos, XQueryVariable var, XQuerySequenceType type, XQueryExpression expr)
          Constructor