|
|||||||
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.CastableExpressionCompiler
public class CastableExpressionCompiler
Generate Java code to implement the XPath castable expression
Constructor Summary | |
---|---|
CastableExpressionCompiler()
|
Method Summary | |
---|---|
java.lang.String |
compileToEffectiveBooleanValue(CompilerService compiler,
Expression expr,
ReturnAction options)
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 CastableExpressionCompiler()
Method Detail |
---|
public java.lang.String compileToEffectiveBooleanValue(CompilerService compiler, Expression expr, ReturnAction options)
ExpressionCompiler
compileToEffectiveBooleanValue
in class ToBooleanCompiler
compiler
- the compiler serviceexpr
- the XPath expression to be compiledoptions
- 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 |