public interface ComparisonExpression
Modifier and Type | Method and Description |
---|---|
boolean |
convertsUntypedToOther()
Determine whether untyped atomic values should be converted to the type of the other operand
|
AtomicComparer |
getAtomicComparer()
Get the AtomicComparer used to compare atomic values.
|
Operand |
getLhs()
Get the left-hand operand of the comparison
|
Expression |
getLhsExpression()
Get the left-hand expression
|
Operand |
getRhs()
Get the right-hand operand of the comparison
|
Expression |
getRhsExpression()
Get the right-hand expression
|
int |
getSingletonOperator()
Get the primitive (singleton) operator used: one of Token.FEQ, Token.FNE, Token.FLT, Token.FGT,
Token.FLE, Token.FGE
|
AtomicComparer getAtomicComparer()
int getSingletonOperator()
Token
Operand getLhs()
Operand getRhs()
Expression getLhsExpression()
Expression getRhsExpression()
boolean convertsUntypedToOther()
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.