Uses of Class
io.trino.jsonpath.JsonPathParser.ParenthesizedPathContext
Packages that use JsonPathParser.ParenthesizedPathContext
-
Uses of JsonPathParser.ParenthesizedPathContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ParenthesizedPathContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterParenthesizedPath(JsonPathParser.ParenthesizedPathContext ctx) Enter a parse tree produced by theparenthesizedPathlabeled alternative inJsonPathParser.pathPrimary().voidJsonPathListener.enterParenthesizedPath(JsonPathParser.ParenthesizedPathContext ctx) Enter a parse tree produced by theparenthesizedPathlabeled alternative inJsonPathParser.pathPrimary().voidJsonPathBaseListener.exitParenthesizedPath(JsonPathParser.ParenthesizedPathContext ctx) Exit a parse tree produced by theparenthesizedPathlabeled alternative inJsonPathParser.pathPrimary().voidJsonPathListener.exitParenthesizedPath(JsonPathParser.ParenthesizedPathContext ctx) Exit a parse tree produced by theparenthesizedPathlabeled alternative inJsonPathParser.pathPrimary().JsonPathBaseVisitor.visitParenthesizedPath(JsonPathParser.ParenthesizedPathContext ctx) Visit a parse tree produced by theparenthesizedPathlabeled alternative inJsonPathParser.pathPrimary().JsonPathVisitor.visitParenthesizedPath(JsonPathParser.ParenthesizedPathContext ctx) Visit a parse tree produced by theparenthesizedPathlabeled alternative inJsonPathParser.pathPrimary(). -
Uses of JsonPathParser.ParenthesizedPathContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.ParenthesizedPathContextModifier and TypeMethodDescriptionPathTreeBuilder.visitParenthesizedPath(JsonPathParser.ParenthesizedPathContext context)