Uses of Class
io.trino.jsonpath.JsonPathParser.WildcardArrayAccessorContext
Packages that use JsonPathParser.WildcardArrayAccessorContext
-
Uses of JsonPathParser.WildcardArrayAccessorContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.WildcardArrayAccessorContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterWildcardArrayAccessor(JsonPathParser.WildcardArrayAccessorContext ctx) Enter a parse tree produced by thewildcardArrayAccessorlabeled alternative inJsonPathParser.accessorExpression().voidJsonPathListener.enterWildcardArrayAccessor(JsonPathParser.WildcardArrayAccessorContext ctx) Enter a parse tree produced by thewildcardArrayAccessorlabeled alternative inJsonPathParser.accessorExpression().voidJsonPathBaseListener.exitWildcardArrayAccessor(JsonPathParser.WildcardArrayAccessorContext ctx) Exit a parse tree produced by thewildcardArrayAccessorlabeled alternative inJsonPathParser.accessorExpression().voidJsonPathListener.exitWildcardArrayAccessor(JsonPathParser.WildcardArrayAccessorContext ctx) Exit a parse tree produced by thewildcardArrayAccessorlabeled alternative inJsonPathParser.accessorExpression().JsonPathBaseVisitor.visitWildcardArrayAccessor(JsonPathParser.WildcardArrayAccessorContext ctx) Visit a parse tree produced by thewildcardArrayAccessorlabeled alternative inJsonPathParser.accessorExpression().JsonPathVisitor.visitWildcardArrayAccessor(JsonPathParser.WildcardArrayAccessorContext ctx) Visit a parse tree produced by thewildcardArrayAccessorlabeled alternative inJsonPathParser.accessorExpression(). -
Uses of JsonPathParser.WildcardArrayAccessorContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.WildcardArrayAccessorContextModifier and TypeMethodDescriptionPathTreeBuilder.visitWildcardArrayAccessor(JsonPathParser.WildcardArrayAccessorContext context)