Uses of Enum Class
com.yahoo.vespa.indexinglanguage.expressions.IfThenExpression.Comparator
Packages that use IfThenExpression.Comparator
Package
Description
-
Uses of IfThenExpression.Comparator in com.yahoo.vespa.indexinglanguage.expressions
Methods in com.yahoo.vespa.indexinglanguage.expressions that return IfThenExpression.ComparatorModifier and TypeMethodDescriptionIfThenExpression.getComparator()static IfThenExpression.ComparatorReturns the enum constant of this class with the specified name.static IfThenExpression.Comparator[]IfThenExpression.Comparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.indexinglanguage.expressions with parameters of type IfThenExpression.ComparatorModifierConstructorDescriptionIfThenExpression(Expression lhs, IfThenExpression.Comparator cmp, Expression right, Expression ifTrue) IfThenExpression(Expression lhs, IfThenExpression.Comparator cmp, Expression right, Expression ifTrue, Expression ifFalse) -
Uses of IfThenExpression.Comparator in com.yahoo.vespa.indexinglanguage.parser
Methods in com.yahoo.vespa.indexinglanguage.parser that return IfThenExpression.Comparator