Uses of Class
io.trino.sql.parser.SqlBaseParser.NullLiteralContext
-
Packages that use SqlBaseParser.NullLiteralContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.NullLiteralContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.NullLiteralContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitNullLiteral(SqlBaseParser.NullLiteralContext ctx)Visit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitNullLiteral(SqlBaseParser.NullLiteralContext ctx)Visit a parse tree produced by thenullLiterallabeled alternative inSqlBaseParser.primaryExpression().
-