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

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

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

Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryFunctionDecl
 void VisitorXQueryPrettyPrint.process(XQueryFunctionDecl op)
           
 void VisitorXQueryModulesAndProlog.process(XQueryFunctionDecl node)
           
 void VisitorXQueryInitStaticContext.process(XQueryFunctionDecl op)
          Method process
 void VisitorXQueryInitDynamicContext.process(XQueryFunctionDecl op)
          Method process
 

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

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

Methods in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type XQueryFunctionDecl
 void XQueryProlog.add(XQueryFunctionDecl defn)
          Method add