Uses of Class
lux.xpath.FunCall

Packages that use FunCall
lux.compiler   
lux.xpath   
lux.xquery   
 

Uses of FunCall in lux.compiler
 

Methods in lux.compiler with parameters of type FunCall
 AbstractExpression SlopCounter.visit(FunCall f)
           
 AbstractExpression PathOptimizer.visit(FunCall funcall)
          If a function F is emptiness-preserving, in other words F(a,b,c...) is empty ( =()) if *any* of its arguments are empty, and is non-empty if *all* of its arguments are non-empty, then its argument's queries can be combined with Occur.MUST.
 

Uses of FunCall in lux.xpath
 

Subclasses of FunCall in lux.xpath
 class SearchCall
          A special search function call; this holds a query that is used to accumulate constraints while optimizing.
 

Fields in lux.xpath declared as FunCall
static FunCall FunCall.LastExpression
           
 

Methods in lux.xpath with parameters of type FunCall
 AbstractExpression ExpressionVisitorBase.visit(FunCall func)
           
abstract  AbstractExpression ExpressionVisitor.visit(FunCall func)
           
 

Uses of FunCall in lux.xquery
 

Subclasses of FunCall in lux.xquery
 class FunctionDefinition
           
 



Copyright © 2013. All Rights Reserved.