Uses of Class
io.trino.grammar.jsonpath.JsonPathParser.IdentifierContext
Packages that use JsonPathParser.IdentifierContext
-
Uses of JsonPathParser.IdentifierContext in io.trino.grammar.jsonpath
Methods in io.trino.grammar.jsonpath that return JsonPathParser.IdentifierContextModifier and TypeMethodDescriptionJsonPathParser.DescendantMemberAccessorContext.identifier()JsonPathParser.identifier()JsonPathParser.MemberAccessorContext.identifier()Methods in io.trino.grammar.jsonpath with parameters of type JsonPathParser.IdentifierContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterIdentifier(JsonPathParser.IdentifierContext ctx) Enter a parse tree produced byJsonPathParser.identifier().voidJsonPathListener.enterIdentifier(JsonPathParser.IdentifierContext ctx) Enter a parse tree produced byJsonPathParser.identifier().voidJsonPathBaseListener.exitIdentifier(JsonPathParser.IdentifierContext ctx) Exit a parse tree produced byJsonPathParser.identifier().voidJsonPathListener.exitIdentifier(JsonPathParser.IdentifierContext ctx) Exit a parse tree produced byJsonPathParser.identifier().JsonPathBaseVisitor.visitIdentifier(JsonPathParser.IdentifierContext ctx) Visit a parse tree produced byJsonPathParser.identifier().JsonPathVisitor.visitIdentifier(JsonPathParser.IdentifierContext ctx) Visit a parse tree produced byJsonPathParser.identifier().