Uses of Class
de.fraunhofer.ipsi.xquery.tree.prolog.XQueryParameter

Packages that use XQueryParameter
de.fraunhofer.ipsi.xquery.tree.prolog   
 

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

Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return types with arguments of type XQueryParameter
 java.util.List<XQueryParameter> XQueryFunctionDecl.getParams()
          Method getParams
 

Constructor parameters in de.fraunhofer.ipsi.xquery.tree.prolog with type arguments of type XQueryParameter
XQueryFunctionDecl(PositionInfo pos, QNameExpr name, java.util.List<XQueryParameter> params, XQuerySequenceType type)
          Constructor
XQueryFunctionDecl(PositionInfo pos, QNameExpr name, java.util.List<XQueryParameter> params, XQuerySequenceType type, java.util.List<XQueryExpression> body)
          Constructor