Uses of Enum Class
com.yahoo.vespa.indexinglanguage.expressions.ArithmeticExpression.Operator
Packages that use ArithmeticExpression.Operator
-
Uses of ArithmeticExpression.Operator in com.yahoo.vespa.indexinglanguage.expressions
Methods in com.yahoo.vespa.indexinglanguage.expressions that return ArithmeticExpression.OperatorModifier and TypeMethodDescriptionArithmeticExpression.getOperator()Returns the enum constant of this class with the specified name.static ArithmeticExpression.Operator[]ArithmeticExpression.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.indexinglanguage.expressions with parameters of type ArithmeticExpression.OperatorModifier and TypeMethodDescriptionbooleanArithmeticExpression.Operator.precedes(ArithmeticExpression.Operator op) voidMathResolver.push(ArithmeticExpression.Operator op, Expression exp) Constructors in com.yahoo.vespa.indexinglanguage.expressions with parameters of type ArithmeticExpression.OperatorModifierConstructorDescriptionArithmeticExpression(Expression left, ArithmeticExpression.Operator op, Expression right)