Uses of Enum Class
com.yahoo.searchlib.rankingexpression.rule.Operator
Packages that use Operator
Package
Description
Ranking expression parser
-
Uses of Operator in com.yahoo.searchlib.rankingexpression.parser
Methods in com.yahoo.searchlib.rankingexpression.parser that return Operator -
Uses of Operator in com.yahoo.searchlib.rankingexpression.rule
Fields in com.yahoo.searchlib.rankingexpression.rule with type parameters of type OperatorModifier and TypeFieldDescriptionOperator.operatorsByPrecedenceA list of all the operators in this in order of increasing precedenceMethods in com.yahoo.searchlib.rankingexpression.rule that return OperatorModifier and TypeMethodDescriptionstatic OperatorReturns the enum constant of this class with the specified name.static Operator[]Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.searchlib.rankingexpression.rule that return types with arguments of type OperatorMethods in com.yahoo.searchlib.rankingexpression.rule with parameters of type OperatorModifier and TypeMethodDescriptionbooleanOperator.hasPrecedenceOver(Operator other) Returns true if this operator has precedence over the given operatorstatic OperationNodeOperationNode.resolve(ExpressionNode left, Operator op, ExpressionNode right) Constructors in com.yahoo.searchlib.rankingexpression.rule with parameters of type OperatorModifierConstructorDescriptionOperationNode(ExpressionNode leftExpression, Operator operator, ExpressionNode rightExpression)