Uses of Class
io.trino.jsonpath.JsonPathParser.ParenthesizedPathContext
-
Packages that use JsonPathParser.ParenthesizedPathContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.ParenthesizedPathContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ParenthesizedPathContext Modifier and Type Method Description voidJsonPathBaseListener. 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().TJsonPathBaseVisitor. visitParenthesizedPath(JsonPathParser.ParenthesizedPathContext ctx)Visit a parse tree produced by theparenthesizedPathlabeled alternative inJsonPathParser.pathPrimary().TJsonPathVisitor. 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.ParenthesizedPathContext Modifier and Type Method Description PathNodePathTreeBuilder. visitParenthesizedPath(JsonPathParser.ParenthesizedPathContext context)
-