Uses of Class
io.trino.jsonpath.JsonPathParser.LastIndexVariableContext
Packages that use JsonPathParser.LastIndexVariableContext
-
Uses of JsonPathParser.LastIndexVariableContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.LastIndexVariableContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterLastIndexVariable(JsonPathParser.LastIndexVariableContext ctx) Enter a parse tree produced by thelastIndexVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener.enterLastIndexVariable(JsonPathParser.LastIndexVariableContext ctx) Enter a parse tree produced by thelastIndexVariablelabeled alternative inJsonPathParser.variable().voidJsonPathBaseListener.exitLastIndexVariable(JsonPathParser.LastIndexVariableContext ctx) Exit a parse tree produced by thelastIndexVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener.exitLastIndexVariable(JsonPathParser.LastIndexVariableContext ctx) Exit a parse tree produced by thelastIndexVariablelabeled alternative inJsonPathParser.variable().JsonPathBaseVisitor.visitLastIndexVariable(JsonPathParser.LastIndexVariableContext ctx) Visit a parse tree produced by thelastIndexVariablelabeled alternative inJsonPathParser.variable().JsonPathVisitor.visitLastIndexVariable(JsonPathParser.LastIndexVariableContext ctx) Visit a parse tree produced by thelastIndexVariablelabeled alternative inJsonPathParser.variable(). -
Uses of JsonPathParser.LastIndexVariableContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.LastIndexVariableContextModifier and TypeMethodDescriptionPathTreeBuilder.visitLastIndexVariable(JsonPathParser.LastIndexVariableContext context)