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

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

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

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

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

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

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