Uses of Class
io.trino.grammar.jsonpath.JsonPathParser.StartsWithPredicateContext
Packages that use JsonPathParser.StartsWithPredicateContext
-
Uses of JsonPathParser.StartsWithPredicateContext in io.trino.grammar.jsonpath
Methods in io.trino.grammar.jsonpath with parameters of type JsonPathParser.StartsWithPredicateContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx) Enter a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().voidJsonPathListener.enterStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx) Enter a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().voidJsonPathBaseListener.exitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx) Exit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().voidJsonPathListener.exitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx) Exit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().JsonPathBaseVisitor.visitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx) Visit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().JsonPathVisitor.visitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx) Visit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().