com.saxonica.codegen
Class SequenceExtentCompiler
java.lang.Object
com.saxonica.codegen.ValueCompiler
com.saxonica.codegen.SequenceExtentCompiler
public class SequenceExtentCompiler
- extends ValueCompiler
Generate Java code for a SequenceExtent, that is a sequence of items. A SequenceExtent in the
compiled expression tree will always consist of atomic values, never nodes, and we assume that
zero-length and single-length sequences have already been optimized out.
SequenceExtentCompiler
public SequenceExtentCompiler()
toJavaExpression
public String toJavaExpression(AtomicValue value,
CompilerService compiler)
- Specified by:
toJavaExpression
in class ValueCompiler
Copyright (C) Michael H. Kay. All rights reserved.