Uses of Class
io.trino.jsonpath.JsonPathParser.NullLiteralContext
-
Packages that use JsonPathParser.NullLiteralContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.NullLiteralContext in io.trino.jsonpath
Methods in io.trino.jsonpath that return JsonPathParser.NullLiteralContext Modifier and Type Method Description JsonPathParser.NullLiteralContextJsonPathParser.LiteralContext. nullLiteral()JsonPathParser.NullLiteralContextJsonPathParser. nullLiteral()Methods in io.trino.jsonpath with parameters of type JsonPathParser.NullLiteralContext Modifier and Type Method Description voidJsonPathBaseListener. 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().TJsonPathBaseVisitor. visitNullLiteral(JsonPathParser.NullLiteralContext ctx)Visit a parse tree produced byJsonPathParser.nullLiteral().TJsonPathVisitor. visitNullLiteral(JsonPathParser.NullLiteralContext ctx)Visit a parse tree produced byJsonPathParser.nullLiteral(). -
Uses of JsonPathParser.NullLiteralContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.NullLiteralContext Modifier and Type Method Description PathNodePathTreeBuilder. visitNullLiteral(JsonPathParser.NullLiteralContext context)
-