|
|||||||
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.NilledCompiler
public class NilledCompiler
Generate Java code for the nilled() function
Constructor Summary | |
---|---|
NilledCompiler()
|
Method Summary | |
---|---|
java.lang.String |
compileToEffectiveBooleanValue(CompilerService compiler,
Expression expr,
ReturnAction result)
Generate Java code to evaluate the effective boolean value of the expression |
java.lang.String |
compileToItem(CompilerService compiler,
Expression expr)
Generate Java code to evaluate the expression as an Item |
Methods inherited from class com.saxonica.codegen.ToBooleanCompiler |
---|
compilePush, compileToCharSequence, 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 NilledCompiler()
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
public java.lang.String compileToItem(CompilerService compiler, Expression expr)
ExpressionCompiler
compileToItem
in class ToBooleanCompiler
compiler
- the compiler serviceexpr
- the expression to be compiled
Item
,
and which will hold the value of the expression at run-time (or hold null,
representing an empty sequence).
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |