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

Packages that use XQueryFunctionCall
de.fraunhofer.ipsi.xquery.tree   
 

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

Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryFunctionCall
 void VisitorXQueryPrettyPrint.process(XQueryFunctionCall op)
           
 void VisitorXQueryMappingToCore.process(XQueryFunctionCall op)
          First, each argument in a function call is normalized to its corresponding core expression by applying []FormalArgument.
 void VisitorXQueryExpression.process(XQueryFunctionCall node)