Uses of Class
io.trino.jsonpath.JsonPathParser.PredicateCurrentItemVariableContext
Packages that use JsonPathParser.PredicateCurrentItemVariableContext
-
Uses of JsonPathParser.PredicateCurrentItemVariableContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.PredicateCurrentItemVariableContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterPredicateCurrentItemVariable(JsonPathParser.PredicateCurrentItemVariableContext ctx) Enter a parse tree produced by thepredicateCurrentItemVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener.enterPredicateCurrentItemVariable(JsonPathParser.PredicateCurrentItemVariableContext ctx) Enter a parse tree produced by thepredicateCurrentItemVariablelabeled alternative inJsonPathParser.variable().voidJsonPathBaseListener.exitPredicateCurrentItemVariable(JsonPathParser.PredicateCurrentItemVariableContext ctx) Exit a parse tree produced by thepredicateCurrentItemVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener.exitPredicateCurrentItemVariable(JsonPathParser.PredicateCurrentItemVariableContext ctx) Exit a parse tree produced by thepredicateCurrentItemVariablelabeled alternative inJsonPathParser.variable().JsonPathBaseVisitor.visitPredicateCurrentItemVariable(JsonPathParser.PredicateCurrentItemVariableContext ctx) Visit a parse tree produced by thepredicateCurrentItemVariablelabeled alternative inJsonPathParser.variable().JsonPathVisitor.visitPredicateCurrentItemVariable(JsonPathParser.PredicateCurrentItemVariableContext ctx) Visit a parse tree produced by thepredicateCurrentItemVariablelabeled alternative inJsonPathParser.variable(). -
Uses of JsonPathParser.PredicateCurrentItemVariableContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.PredicateCurrentItemVariableContextModifier and TypeMethodDescriptionPathTreeBuilder.visitPredicateCurrentItemVariable(JsonPathParser.PredicateCurrentItemVariableContext context)