Uses of Class
io.trino.grammar.sql.SqlBaseParser.NullLiteralContext
Packages that use SqlBaseParser.NullLiteralContext
-
Uses of SqlBaseParser.NullLiteralContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.NullLiteralContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterNullLiteral(SqlBaseParser.NullLiteralContext ctx) Enter a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterNullLiteral(SqlBaseParser.NullLiteralContext ctx) Enter a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitNullLiteral(SqlBaseParser.NullLiteralContext ctx) Exit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitNullLiteral(SqlBaseParser.NullLiteralContext ctx) Exit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitNullLiteral(SqlBaseParser.NullLiteralContext ctx) Visit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitNullLiteral(SqlBaseParser.NullLiteralContext ctx) Visit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().