|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.saxonica.codegen.ExpressionCompiler
com.saxonica.codegen.ToBooleanCompiler
com.saxonica.codegen.QuantifiedExpressionCompiler
public class QuantifiedExpressionCompiler
Constructor Summary | |
---|---|
QuantifiedExpressionCompiler()
|
Method Summary | |
---|---|
java.lang.String |
compileToEffectiveBooleanValue(CompilerService compiler,
Expression expr,
ReturnAction result)
Generate Java code to evaluate the effective boolean value of the expression |
Methods inherited from class com.saxonica.codegen.ToBooleanCompiler |
---|
compilePush, compileToCharSequence, compileToItem, compileToIterator |
Methods inherited from class com.saxonica.codegen.ExpressionCompiler |
---|
compileAsLoop, compileToValueRepresentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuantifiedExpressionCompiler()
Method Detail |
---|
public java.lang.String compileToEffectiveBooleanValue(CompilerService compiler, Expression expr, ReturnAction result)
ExpressionCompiler
compileToEffectiveBooleanValue
in class ToBooleanCompiler
compiler
- the compiler serviceexpr
- the XPath expression to be compiledresult
- indicates how the boolean result is to be returned
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |