Uses of Class
io.trino.jsonpath.JsonPathParser.NegationPredicateContext
-
Packages that use JsonPathParser.NegationPredicateContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.NegationPredicateContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.NegationPredicateContext Modifier and Type Method Description voidJsonPathBaseListener. enterNegationPredicate(JsonPathParser.NegationPredicateContext ctx)Enter a parse tree produced by thenegationPredicatelabeled alternative inJsonPathParser.predicate().voidJsonPathListener. enterNegationPredicate(JsonPathParser.NegationPredicateContext ctx)Enter a parse tree produced by thenegationPredicatelabeled alternative inJsonPathParser.predicate().voidJsonPathBaseListener. exitNegationPredicate(JsonPathParser.NegationPredicateContext ctx)Exit a parse tree produced by thenegationPredicatelabeled alternative inJsonPathParser.predicate().voidJsonPathListener. exitNegationPredicate(JsonPathParser.NegationPredicateContext ctx)Exit a parse tree produced by thenegationPredicatelabeled alternative inJsonPathParser.predicate().TJsonPathBaseVisitor. visitNegationPredicate(JsonPathParser.NegationPredicateContext ctx)Visit a parse tree produced by thenegationPredicatelabeled alternative inJsonPathParser.predicate().TJsonPathVisitor. visitNegationPredicate(JsonPathParser.NegationPredicateContext ctx)Visit a parse tree produced by thenegationPredicatelabeled alternative inJsonPathParser.predicate(). -
Uses of JsonPathParser.NegationPredicateContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.NegationPredicateContext Modifier and Type Method Description PathNodePathTreeBuilder. visitNegationPredicate(JsonPathParser.NegationPredicateContext context)
-