Uses of Enum Class
com.yahoo.search.grouping.request.MathResolver.Type
Packages that use MathResolver.Type
-
Uses of MathResolver.Type in com.yahoo.search.grouping.request
Methods in com.yahoo.search.grouping.request that return MathResolver.TypeModifier and TypeMethodDescriptionstatic MathResolver.TypeReturns the enum constant of this class with the specified name.static MathResolver.Type[]MathResolver.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.search.grouping.request with parameters of type MathResolver.TypeModifier and TypeMethodDescriptionvoidMathResolver.push(MathResolver.Type type, GroupingExpression exp) Pushes the given operator-expression pair onto this math resolver.