Package | Description |
---|---|
io.redisearch.querybuilder |
Modifier and Type | Method and Description |
---|---|
static Node.ParenMode |
Node.ParenMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.ParenMode[] |
Node.ParenMode.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.shouldUseParens(Node.ParenMode mode) |
String |
QueryNode.toString(Node.ParenMode parenMode) |
String |
Node.toString(Node.ParenMode mode)
Returns the string form of this node.
|
String |
ValueNode.toString(Node.ParenMode mode) |
String |
OptionalNode.toString(Node.ParenMode mode) |
String |
DisjunctNode.toString(Node.ParenMode mode) |
Copyright © 2020 RedisLabs. All rights reserved.