Uses of Class
io.trino.jsonpath.JsonPathParser.PredicateContext
-
Packages that use JsonPathParser.PredicateContext Package Description io.trino.jsonpath -
-
Uses of JsonPathParser.PredicateContext in io.trino.jsonpath
Subclasses of JsonPathParser.PredicateContext in io.trino.jsonpath Modifier and Type Class Description static classJsonPathParser.ConjunctionPredicateContextstatic classJsonPathParser.DisjunctionPredicateContextstatic classJsonPathParser.NegationPredicateContextstatic classJsonPathParser.PredicateDefaultContextFields in io.trino.jsonpath declared as JsonPathParser.PredicateContext Modifier and Type Field Description JsonPathParser.PredicateContextJsonPathParser.ConjunctionPredicateContext. leftJsonPathParser.PredicateContextJsonPathParser.DisjunctionPredicateContext. leftJsonPathParser.PredicateContextJsonPathParser.ConjunctionPredicateContext. rightJsonPathParser.PredicateContextJsonPathParser.DisjunctionPredicateContext. rightMethods in io.trino.jsonpath that return JsonPathParser.PredicateContext Modifier and Type Method Description JsonPathParser.PredicateContextJsonPathParser.ConjunctionPredicateContext. predicate(int i)JsonPathParser.PredicateContextJsonPathParser.DisjunctionPredicateContext. predicate(int i)JsonPathParser.PredicateContextJsonPathParser.FilterContext. predicate()JsonPathParser.PredicateContextJsonPathParser.IsUnknownPredicateContext. predicate()JsonPathParser.PredicateContextJsonPathParser.ParenthesizedPredicateContext. predicate()JsonPathParser.PredicateContextJsonPathParser. predicate()Methods in io.trino.jsonpath that return types with arguments of type JsonPathParser.PredicateContext Modifier and Type Method Description List<JsonPathParser.PredicateContext>JsonPathParser.ConjunctionPredicateContext. predicate()List<JsonPathParser.PredicateContext>JsonPathParser.DisjunctionPredicateContext. predicate()Methods in io.trino.jsonpath with parameters of type JsonPathParser.PredicateContext Modifier and Type Method Description voidJsonPathParser.PredicateContext. copyFrom(JsonPathParser.PredicateContext ctx)Constructors in io.trino.jsonpath with parameters of type JsonPathParser.PredicateContext Constructor Description ConjunctionPredicateContext(JsonPathParser.PredicateContext ctx)DisjunctionPredicateContext(JsonPathParser.PredicateContext ctx)NegationPredicateContext(JsonPathParser.PredicateContext ctx)PredicateDefaultContext(JsonPathParser.PredicateContext ctx)
-