| Package | Description |
|---|---|
| lux.compiler | |
| lux.xpath | |
| lux.xquery |
| Modifier and Type | Method and Description |
|---|---|
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 arguments' queries can be
combined with Occur.MUST.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchCall
A special search function call; this holds a query that is used to accumulate constraints
while optimizing.
|
| Modifier and Type | Field and Description |
|---|---|
static FunCall |
FunCall.LastExpression |
| Modifier and Type | Method and Description |
|---|---|
AbstractExpression |
ExpressionVisitorBase.visit(FunCall func) |
abstract AbstractExpression |
ExpressionVisitor.visit(FunCall func) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionDefinition |
Copyright © 2013. All Rights Reserved.