|
|||||||
| 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.ToBooleanCompiler
com.saxonica.codegen.CompareToIntegerConstantCompiler
public class CompareToIntegerConstantCompiler
Generate Java code for a comparison to an integer constant, for example EXP gt 22
| Constructor Summary | |
|---|---|
CompareToIntegerConstantCompiler()
|
|
| Method Summary | |
|---|---|
java.lang.String |
compileToEffectiveBooleanValue(CompilerService compiler,
Expression expr,
ReturnAction result)
Generate Java code to evaluate the effective boolean value of the expression |
| Methods inherited from class com.saxonica.codegen.ToBooleanCompiler |
|---|
compilePush, compileToCharSequence, compileToItem, compileToIterator |
| Methods inherited from class com.saxonica.codegen.ExpressionCompiler |
|---|
compileAsLoop, compileToValueRepresentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompareToIntegerConstantCompiler()
| Method Detail |
|---|
public java.lang.String compileToEffectiveBooleanValue(CompilerService compiler,
Expression expr,
ReturnAction result)
ExpressionCompiler
compileToEffectiveBooleanValue in class ToBooleanCompilercompiler - the compiler serviceexpr - the XPath expression to be compiledresult - indicates how the boolean result is to be returned
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||