public class NextIterationCompiler extends ToPushCompiler
| Constructor and Description |
|---|
NextIterationCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static int |
arrayLength(Object[] array) |
void |
compileToPush(CompilerService compiler,
Expression expression)
Generate bytecode to evaluate the expression in push mode
Precondition: none.
|
compileToItem, compileToIteratorcompileToBooleanallocateStatic, compileItemFromInt, compileToLoop, compileToPrimitive, generateMethod, handleEmptyStringResult, printStackTop, unboxItem, verify, visitAnnotation, visitLineNumberpublic void compileToPush(CompilerService compiler, Expression expression) throws CannotCompileException
ExpressionCompilercompileToPush in class ToIteratorCompilercompiler - the compiler serviceexpression - the expression to be compiledCannotCompileExceptionpublic static int arrayLength(Object[] array)
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.