Uses of Class
io.trino.jsonpath.JsonPathParser.ContextVariableContext
Packages that use JsonPathParser.ContextVariableContext
-
Uses of JsonPathParser.ContextVariableContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ContextVariableContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterContextVariable(JsonPathParser.ContextVariableContext ctx) Enter a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener.enterContextVariable(JsonPathParser.ContextVariableContext ctx) Enter a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().voidJsonPathBaseListener.exitContextVariable(JsonPathParser.ContextVariableContext ctx) Exit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener.exitContextVariable(JsonPathParser.ContextVariableContext ctx) Exit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().JsonPathBaseVisitor.visitContextVariable(JsonPathParser.ContextVariableContext ctx) Visit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().JsonPathVisitor.visitContextVariable(JsonPathParser.ContextVariableContext ctx) Visit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable(). -
Uses of JsonPathParser.ContextVariableContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.ContextVariableContextModifier and TypeMethodDescriptionPathTreeBuilder.visitContextVariable(JsonPathParser.ContextVariableContext context)