|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.saxonica.codegen.ExpressionCompiler com.saxonica.codegen.IntegratedFunctionCallCompiler
public class IntegratedFunctionCallCompiler
Generate Java code to implement a call on an "integrated extension function"
Constructor Summary | |
---|---|
IntegratedFunctionCallCompiler()
|
Method Summary | |
---|---|
void |
compilePush(CompilerService compiler,
Expression expression)
Generate Java code to execute the expression in push mode, that is, code to write events to the current output Receiver |
String |
compileToEffectiveBooleanValue(CompilerService compiler,
Expression expression,
ReturnAction options)
Generate Java code to evaluate the effective boolean value of the expression |
String |
compileToItem(CompilerService compiler,
Expression expression)
Generate Java code to evaluate the expression as an Item |
String |
compileToIterator(CompilerService compiler,
Expression expression)
Generate Java code to evaluate the expression as a SequenceIterator |
Methods inherited from class com.saxonica.codegen.ExpressionCompiler |
---|
compileAsLoop, compileToCharSequence, compileToValueRepresentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegratedFunctionCallCompiler()
Method Detail |
---|
public void compilePush(CompilerService compiler, Expression expression)
compilePush
in class ExpressionCompiler
compiler
- the compiler serviceexpression
- the expression to be compiledpublic String compileToItem(CompilerService compiler, Expression expression)
compileToItem
in class ExpressionCompiler
compiler
- the compiler serviceexpression
- 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).public String compileToIterator(CompilerService compiler, Expression expression)
compileToIterator
in class ExpressionCompiler
compiler
- the compiler serviceexpression
- the XPath expression to be compiled
SequenceIterator
,
and which at run-time will hold an iterator over the the value of the XPath expressionpublic String compileToEffectiveBooleanValue(CompilerService compiler, Expression expression, ReturnAction options)
compileToEffectiveBooleanValue
in class ExpressionCompiler
compiler
- the compiler serviceexpression
- 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 |