| Package | Description |
|---|---|
| redis.clients.jedis.search.querybuilder |
| Modifier and Type | Method and Description |
|---|---|
static Node.Parenthesize |
Node.Parenthesize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Node.Parenthesize[] |
Node.Parenthesize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
QueryNode.shouldParenthesize(Node.Parenthesize mode) |
java.lang.String |
DisjunctNode.toString(Node.Parenthesize mode) |
java.lang.String |
ValueNode.toString(Node.Parenthesize mode) |
java.lang.String |
QueryNode.toString(Node.Parenthesize parenMode) |
java.lang.String |
OptionalNode.toString(Node.Parenthesize mode) |
java.lang.String |
Node.toString(Node.Parenthesize mode)
Returns the string form of this node.
|
Copyright © 2025. All rights reserved.