| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Enter a parse tree produced by the
nullLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.enterNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Enter a parse tree produced by the
nullLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseBaseListener.exitNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Exit a parse tree produced by the
nullLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.exitNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Exit a parse tree produced by the
nullLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseBaseVisitor.visitNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Visit a parse tree produced by the
nullLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseVisitor.visitNullLiteral(SqlBaseParser.NullLiteralContext ctx)
Visit a parse tree produced by the
nullLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
Copyright © 2012–2023. All rights reserved.