Uses of Class
com.redis.lettucemod.search.querybuilder.Node.ParenMode
-
Packages that use Node.ParenMode Package Description com.redis.lettucemod.search.querybuilder -
-
Uses of Node.ParenMode in com.redis.lettucemod.search.querybuilder
Methods in com.redis.lettucemod.search.querybuilder that return Node.ParenMode Modifier and Type Method Description static Node.ParenModeNode.ParenMode. valueOf(java.lang.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.Methods in com.redis.lettucemod.search.querybuilder with parameters of type Node.ParenMode Modifier and Type Method Description protected booleanQueryNode. shouldUseParens(Node.ParenMode mode)java.lang.StringDisjunctNode. toString(Node.ParenMode mode)java.lang.StringNode. toString(Node.ParenMode mode)Returns the string form of this node.java.lang.StringOptionalNode. toString(Node.ParenMode mode)java.lang.StringQueryNode. toString(Node.ParenMode parenMode)java.lang.StringValueNode. toString(Node.ParenMode mode)
-