Uses of Class
io.trino.jsonpath.JsonPathParser.PathContext
Packages that use JsonPathParser.PathContext
-
Uses of JsonPathParser.PathContext in io.trino.jsonpath
Methods in io.trino.jsonpath that return JsonPathParser.PathContextMethods in io.trino.jsonpath with parameters of type JsonPathParser.PathContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterPath(JsonPathParser.PathContext ctx) Enter a parse tree produced byJsonPathParser.path().voidJsonPathListener.enterPath(JsonPathParser.PathContext ctx) Enter a parse tree produced byJsonPathParser.path().voidJsonPathBaseListener.exitPath(JsonPathParser.PathContext ctx) Exit a parse tree produced byJsonPathParser.path().voidJsonPathListener.exitPath(JsonPathParser.PathContext ctx) Exit a parse tree produced byJsonPathParser.path().JsonPathBaseVisitor.visitPath(JsonPathParser.PathContext ctx) Visit a parse tree produced byJsonPathParser.path().JsonPathVisitor.visitPath(JsonPathParser.PathContext ctx) Visit a parse tree produced byJsonPathParser.path(). -
Uses of JsonPathParser.PathContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.PathContext