Package com.saxonica.ee.bytecode
Class FunctionLiteralCompiler
- java.lang.Object
- 
- com.saxonica.ee.bytecode.ExpressionCompiler
- 
- com.saxonica.ee.bytecode.ToItemCompiler
- 
- com.saxonica.ee.bytecode.FunctionLiteralCompiler
 
 
 
- 
 public class FunctionLiteralCompiler extends ToItemCompiler Generate bytecode for a call to a FunctionLiteral
- 
- 
Constructor SummaryConstructors Constructor Description FunctionLiteralCompiler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompileToItem(CompilerService compiler, Expression expression)Generate bytecode to evaluate the expression as an Item Precondition: none.- 
Methods inherited from class com.saxonica.ee.bytecode.ToItemCompilercompileToBoolean, compileToIterator, compileToPush, treatAsEmptyIfFirstArgumentIsEmpty
 - 
Methods inherited from class com.saxonica.ee.bytecode.ExpressionCompilerallocateStatic, compileItemFromInt, compileToPrimitive, generateMethod, handleEmptyStringResult, printStackTop, verify, visitAnnotation, visitLineNumber
 
- 
 
- 
- 
- 
Method Detail- 
compileToItempublic void compileToItem(CompilerService compiler, Expression expression) throws CannotCompileException Description copied from class:ExpressionCompilerGenerate bytecode to evaluate the expression as an Item Precondition: none. Postcondition: at execution time, the stack contains either an item (the result of the expression), or null (representing an empty sequence).- Specified by:
- compileToItemin class- ExpressionCompiler
- Parameters:
- compiler- the compiler service
- expression- the expression to be compiled
- Throws:
- CannotCompileException- if the expression cannot be compiled to bytecode
 
 
- 
 
-