Uses of Class
io.trino.grammar.jsonpath.JsonPathParser.NullLiteralContext
Packages that use JsonPathParser.NullLiteralContext
-
Uses of JsonPathParser.NullLiteralContext in io.trino.grammar.jsonpath
Methods in io.trino.grammar.jsonpath that return JsonPathParser.NullLiteralContextModifier and TypeMethodDescriptionJsonPathParser.LiteralContext.nullLiteral()JsonPathParser.nullLiteral()Methods in io.trino.grammar.jsonpath with parameters of type JsonPathParser.NullLiteralContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterNullLiteral(JsonPathParser.NullLiteralContext ctx) Enter a parse tree produced byJsonPathParser.nullLiteral().voidJsonPathListener.enterNullLiteral(JsonPathParser.NullLiteralContext ctx) Enter a parse tree produced byJsonPathParser.nullLiteral().voidJsonPathBaseListener.exitNullLiteral(JsonPathParser.NullLiteralContext ctx) Exit a parse tree produced byJsonPathParser.nullLiteral().voidJsonPathListener.exitNullLiteral(JsonPathParser.NullLiteralContext ctx) Exit a parse tree produced byJsonPathParser.nullLiteral().JsonPathBaseVisitor.visitNullLiteral(JsonPathParser.NullLiteralContext ctx) Visit a parse tree produced byJsonPathParser.nullLiteral().JsonPathVisitor.visitNullLiteral(JsonPathParser.NullLiteralContext ctx) Visit a parse tree produced byJsonPathParser.nullLiteral().