|
|||||||
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.SequenceExpressionCompiler com.saxonica.codegen.UserFunctionCallCompiler
public class UserFunctionCallCompiler
Compiles Java code to implement a Let expression
Constructor Summary | |
---|---|
UserFunctionCallCompiler()
|
Method Summary | |
---|---|
void |
compilePush(CompilerService compiler,
Expression expr)
Generate Java code to execute the expression in push mode, that is, code to write events to the current output Receiver |
String |
compileToItem(CompilerService compiler,
Expression expr)
Generate Java code to evaluate the expression as an Item |
String |
compileToIterator(CompilerService compiler,
Expression expr)
Compile code to produce a SequenceIterator over the results of the expression |
String |
compileToValueRepresentation(CompilerService compiler,
Expression expr)
Generate Java code to evaluate the expression as a ValueRepresentation |
Methods inherited from class com.saxonica.codegen.SequenceExpressionCompiler |
---|
compileToEffectiveBooleanValue |
Methods inherited from class com.saxonica.codegen.ExpressionCompiler |
---|
compileAsLoop, compileToCharSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserFunctionCallCompiler()
Method Detail |
---|
public String compileToIterator(CompilerService compiler, Expression expr)
compileToIterator
in class ExpressionCompiler
compiler
- The CompilerServiceexpr
- the LetExpression to be compiled
public String compileToItem(CompilerService compiler, Expression expr)
ExpressionCompiler
compileToItem
in class SequenceExpressionCompiler
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).public void compilePush(CompilerService compiler, Expression expr)
ExpressionCompiler
compilePush
in class SequenceExpressionCompiler
compiler
- the compiler serviceexpr
- the expression to be compiledpublic String compileToValueRepresentation(CompilerService compiler, Expression expr)
ExpressionCompiler
compileToValueRepresentation
in class ExpressionCompiler
compiler
- the compiler serviceexpr
- the expression to be compiled
ValueRepresentation
,
and which at run-time will hold the value of the expression
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |