Uses of Enum Class
redis.clients.jedis.search.querybuilder.Node.Parenthesize
Packages that use Node.Parenthesize
-
Uses of Node.Parenthesize in redis.clients.jedis.search.querybuilder
Methods in redis.clients.jedis.search.querybuilder that return Node.ParenthesizeModifier and TypeMethodDescriptionstatic Node.ParenthesizeReturns the enum constant of this class with the specified name.static Node.Parenthesize[]Node.Parenthesize.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in redis.clients.jedis.search.querybuilder with parameters of type Node.ParenthesizeModifier and TypeMethodDescriptionprotected booleanQueryNode.shouldParenthesize(Node.Parenthesize mode) DisjunctNode.toString(Node.Parenthesize mode) Node.toString(Node.Parenthesize mode) Returns the string form of this node.OptionalNode.toString(Node.Parenthesize mode) QueryNode.toString(Node.Parenthesize parenMode) ValueNode.toString(Node.Parenthesize mode) private StringValueNode.toStringCombinable(Node.Parenthesize mode) private StringValueNode.toStringDefault(Node.Parenthesize mode)