public class GeneralComparison10 extends BinaryExpression implements Callable
| Modifier and Type | Field and Description | 
|---|---|
| protected AtomicComparer | comparer | 
| protected int | singletonOperator | 
operatorEFFECTIVE_BOOLEAN_VALUE, EVALUATE_METHOD, ITEM_FEED_METHOD, ITERATE_METHOD, MAX_COST, MAX_SEQUENCE_LENGTH, MAX_STRING_LENGTH, PROCESS_METHOD, staticProperties, UNBOUNDED_LOWER, UNBOUNDED_UPPER, UPDATE_METHOD, WATCH_METHOD| Constructor and Description | 
|---|
| GeneralComparison10(Expression p0,
                   int op,
                   Expression p1)Create a general comparison identifying the two operands and the operator | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanValue | call(XPathContext context,
    Sequence[] arguments)Evaluate the expression: interface for use by compiled bytecode | 
| int | computeCardinality()Determine the static cardinality. | 
| Expression | copy(RebindingMap rebindings)Copy an expression. | 
| boolean | effectiveBooleanValue(XPathContext context)Evaluate the expression giving a boolean result | 
| BooleanValue | evaluateItem(XPathContext context)Evaluate the expression in a given context | 
| protected void | explainExtraAttributes(ExpressionPresenter out)Add subclass-specific attributes to the expression tree explanation. | 
| ItemType | getItemType()Determine the data type of the expression | 
| Expression | optimize(ExpressionVisitor visitor,
        ContextItemStaticInfo contextInfo)Optimize the expression | 
| void | setAtomicComparer(AtomicComparer comparer) | 
| java.lang.String | tag()Get the element name used to identify this expression in exported expression format | 
| Expression | typeCheck(ExpressionVisitor visitor,
         ContextItemStaticInfo contextInfo)Type-check the expression | 
computeHashCode, computeSpecialProperties, displayOperator, equals, export, getImplementationMethod, getLhs, getLhsExpression, getOperandRole, getOperator, getRhs, getRhsExpression, isAssociative, isCommutative, isInverse, operands, setFlattened, setLhsExpression, setRhsExpression, toShortString, toStringaddToPathMap, adoptChildExpression, allowExtractingCommonSubexpressions, checkedOperands, checkForUpdatingSubexpressions, checkPermittedContents, computeDependencies, computeStaticProperties, dynamicError, evaluateAsString, evaluatePendingUpdates, explain, getCardinality, getConfiguration, getConstructType, getCost, getDependencies, getEvaluationMethod, getExpressionName, getExtraProperty, getIntegerBounds, getInterpretedExpression, getIntrinsicDependencies, getLocalRetainedStaticContext, getLocation, getNetCost, getObjectName, getPackageData, getParentExpression, getProperties, getProperty, getRetainedStaticContext, getScopingExpression, getSlotsUsed, getSpecialProperties, getStaticBaseURI, getStaticBaseURIString, getStaticType, getStaticUType, getStreamerName, hasCompatibleStaticContext, hashCode, hasSpecialProperty, hasVariableBinding, identityHashCode, implementsStaticTypeCheck, isCallOn, isEqual, isIdentical, isInstruction, isLiftable, isMultiThreaded, isStaticPropertiesKnown, isSubtreeExpression, isUpdatingExpression, isVacuousExpression, iterate, markTailFunctionCalls, operandList, operandSparseList, optimizeChildren, prepareForStreaming, process, resetLocalStaticProperties, restoreParentPointers, setEvaluationMethod, setExtraProperty, setFiltered, setLocation, setParentExpression, setRetainedStaticContext, setRetainedStaticContextLocally, setRetainedStaticContextThoroughly, setStaticProperty, simplify, simplifyChildren, staticTypeCheck, suppressValidation, toPattern, typeCheckChildren, typeError, unordered, verifyParentPointersprotected int singletonOperator
protected AtomicComparer comparer
public GeneralComparison10(Expression p0, int op, Expression p1)
p0 - the left-hand operandop - the operator, as a token returned by the Tokenizer (e.g. Token.LT)p1 - the right-hand operandpublic int computeCardinality()
computeCardinality in class BinaryExpressionStaticProperty.ALLOWS_ZERO_OR_ONE,
         StaticProperty.EXACTLY_ONE, StaticProperty.ALLOWS_ONE_OR_MORE,
         StaticProperty.ALLOWS_ZERO_OR_MORE. May also return StaticProperty.ALLOWS_ZERO if
         the result is known to be an empty sequence, or StaticProperty.ALLOWS_MANY if
         if is known to return a sequence of length two or more.public Expression typeCheck(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo) throws XPathException
typeCheck in class BinaryExpressionvisitor - an expression visitorcontextInfo - Information available statically about the context item: whether it is (possibly)
                        absent; its static type; its streaming posture.XPathException - if an error is discovered during this phase
                        (typically a type error)public void setAtomicComparer(AtomicComparer comparer)
public Expression optimize(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo) throws XPathException
optimize in class BinaryExpressionvisitor - an expression visitorcontextInfo - the static type of "." at the point where this expression is invoked.
                        The parameter is set to null if it is known statically that the context item will be undefined.
                        If the type of the context item is not known statically, the argument is set to
                        Type.ITEM_TYPEXPathException - if an error is discovered during this phase
                        (typically a type error)public BooleanValue evaluateItem(XPathContext context) throws XPathException
evaluateItem in class Expressioncontext - the given context for evaluationXPathException - if any dynamic error occurs evaluating the
          expressionpublic BooleanValue call(XPathContext context, Sequence[] arguments) throws XPathException
call in interface Callablecontext - the dynamic evaluation contextarguments - the values of the arguments, supplied as SequenceIteratorsXPathException - if a dynamic error occurs during the evaluation of the expressionpublic boolean effectiveBooleanValue(XPathContext context) throws XPathException
effectiveBooleanValue in class Expressioncontext - the given context for evaluationXPathException - if any dynamic error occurs evaluating the
          expressionpublic Expression copy(RebindingMap rebindings)
copy in class Expressionrebindings - public ItemType getItemType()
getItemType in class Expressionprotected void explainExtraAttributes(ExpressionPresenter out)
BinaryExpressionexplainExtraAttributes in class BinaryExpressionout - the output destination for the displayed expression treepublic java.lang.String tag()
BinaryExpressiontag in class BinaryExpressionCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.