|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.saxonica.codegen.ValueCompiler
com.saxonica.codegen.EmptySequenceCompiler
public class EmptySequenceCompiler
Generate Java code to implement an XPath empty sequence
| Constructor Summary | |
|---|---|
EmptySequenceCompiler()
|
|
| Method Summary | |
|---|---|
void |
compilePush(CompilerService compiler,
Value value)
|
String |
compileToCharSequence(CompilerService compiler,
Value value)
|
String |
compileToEffectiveBooleanValue(CompilerService compiler,
Value value,
ReturnAction result)
|
String |
compileToItem(CompilerService compiler,
AtomicValue value)
|
String |
compileToIterator(CompilerService compiler,
Value value)
|
String |
toJavaExpression(AtomicValue value,
CompilerService compiler)
|
| Methods inherited from class com.saxonica.codegen.ValueCompiler |
|---|
compileToCharSequence, getJavaClass |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptySequenceCompiler()
| Method Detail |
|---|
public void compilePush(CompilerService compiler,
Value value)
compilePush in class ValueCompiler
public String compileToItem(CompilerService compiler,
AtomicValue value)
compileToItem in class ValueCompiler
public String compileToIterator(CompilerService compiler,
Value value)
compileToIterator in class ValueCompiler
public String compileToEffectiveBooleanValue(CompilerService compiler,
Value value,
ReturnAction result)
compileToEffectiveBooleanValue in class ValueCompiler
public String compileToCharSequence(CompilerService compiler,
Value value)
public String toJavaExpression(AtomicValue value,
CompilerService compiler)
toJavaExpression in class ValueCompiler
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||