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

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

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

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

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

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

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