com.saxonica.codegen
Class ValueCompiler
java.lang.Object
com.saxonica.codegen.ValueCompiler
- Direct Known Subclasses:
- AnyURIValueCompiler, Base64BinaryValueCompiler, BigIntegerValueCompiler, BooleanValueCompiler, DateTimeValueCompiler, DateValueCompiler, DayTimeDurationValueCompiler, DecimalValueCompiler, DoubleValueCompiler, DurationValueCompiler, EmptySequenceCompiler, FloatValueCompiler, GDayValueCompiler, GMonthDayValueCompiler, GMonthValueCompiler, GYearMonthValueCompiler, GYearValueCompiler, HexBinaryValueCompiler, Int64ValueCompiler, IntegerRangeCompiler, NotationValueCompiler, QNameValueCompiler, SequenceExtentCompiler, StringValueCompiler, TimeValueCompiler, UntypedAtomicValueCompiler, YearMonthDurationValueCompiler
public abstract class ValueCompiler
- extends Object
Compile a literal value to Java code
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueCompiler
public ValueCompiler()
compilePush
public void compilePush(CompilerService compiler,
Value value)
compileToItem
public String compileToItem(CompilerService compiler,
AtomicValue value)
compileToIterator
public String compileToIterator(CompilerService compiler,
Value val)
compileToEffectiveBooleanValue
public String compileToEffectiveBooleanValue(CompilerService compiler,
Value expr,
ReturnAction options)
compileToCharSequence
public String compileToCharSequence(CompilerService compiler,
AtomicValue av)
- Compile Java code whose effect is to compute the string value of
the expression; the generated code returns a CharSequence. This method must only be called for an
expression that is known to return a value of type xs:string
- Parameters:
av
- The atomic value to be compiled
- Returns:
- the name of a variable to which the resulting CharSequence is assigned, or a Java expression
that can be used in a place where a variable reference of type CharSequence is allowed.
toJavaExpression
public abstract String toJavaExpression(AtomicValue value,
CompilerService compiler)
getJavaClass
public Class getJavaClass(AtomicValue value)
Copyright (c) Saxonica Limited. All rights reserved.