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
protected ValueRepresentationeval(XPathContext context)
Evaluate the variable.

Constructor Detail

EagerLetExpression

public EagerLetExpression()

Method Detail

eval

protected ValueRepresentation eval(XPathContext context)
Evaluate the variable.