|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.saxonica.codegen.ExpressionCompiler
com.saxonica.codegen.LiteralCompiler
public class LiteralCompiler
Compile an literal expression to Java code
| Constructor Summary | |
|---|---|
LiteralCompiler(ValueCompiler avc)
|
|
| Method Summary | |
|---|---|
void |
compilePush(CompilerService compiler,
Expression exp)
Generate Java code to execute the expression in push mode, that is, code to write events to the current output Receiver |
java.lang.String |
compileToCharSequence(CompilerService compiler,
Expression exp)
Compile Java code whose effect is to compute the string value of the expression; the generated code returns a CharSequence. |
java.lang.String |
compileToEffectiveBooleanValue(CompilerService compiler,
Expression exp,
ReturnAction options)
Generate Java code to evaluate the effective boolean value of the expression |
java.lang.String |
compileToItem(CompilerService compiler,
Expression exp)
Generate Java code to evaluate the expression as an Item |
java.lang.String |
compileToIterator(CompilerService compiler,
Expression exp)
Generate Java code to evaluate the expression as a SequenceIterator |
java.lang.String |
compileToValueRepresentation(CompilerService compiler,
Expression expr)
Generate Java code to evaluate the expression as a ValueRepresentation |
| Methods inherited from class com.saxonica.codegen.ExpressionCompiler |
|---|
compileAsLoop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiteralCompiler(ValueCompiler avc)
| Method Detail |
|---|
public void compilePush(CompilerService compiler,
Expression exp)
ExpressionCompiler
compilePush in class ExpressionCompilercompiler - the compiler serviceexp - the expression to be compiled
public java.lang.String compileToValueRepresentation(CompilerService compiler,
Expression expr)
ExpressionCompiler
compileToValueRepresentation in class ExpressionCompilercompiler - the compiler serviceexpr - the expression to be compiled
ValueRepresentation,
and which at run-time will hold the value of the expression
public java.lang.String compileToItem(CompilerService compiler,
Expression exp)
ExpressionCompiler
compileToItem in class ExpressionCompilercompiler - the compiler serviceexp - 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 java.lang.String compileToIterator(CompilerService compiler,
Expression exp)
ExpressionCompiler
compileToIterator in class ExpressionCompilercompiler - the compiler serviceexp - the XPath expression to be compiled
SequenceIterator,
and which at run-time will hold an iterator over the the value of the XPath expression
public java.lang.String compileToEffectiveBooleanValue(CompilerService compiler,
Expression exp,
ReturnAction options)
ExpressionCompiler
compileToEffectiveBooleanValue in class ExpressionCompilercompiler - the compiler serviceexp - the XPath expression to be compiledoptions - indicates how the boolean result is to be returned
public java.lang.String compileToCharSequence(CompilerService compiler,
Expression exp)
compileToCharSequence in class ExpressionCompilerexp - The expression to be compiledcompiler - the compiler service
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||