net.sf.saxon.expr

Class EagerLetExpression

public class EagerLetExpression extends LetExpression

An EagerLetExpression is the same as a LetExpression except that the variable is evaluated using eager evaluation rather than lazy evaluation. This is used when performing diagnostic tracing.
Constructor Summary
EagerLetExpression()
Method Summary
Expressionoptimize(ExpressionVisitor visitor, ItemType contextItemType)

Constructor Detail

EagerLetExpression

public EagerLetExpression()

Method Detail

optimize

public Expression optimize(ExpressionVisitor visitor, ItemType contextItemType)