| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Enter a parse tree produced by the
integerLiteral
labeled alternative in SqlBaseParser.number(). |
void |
SqlBaseListener.enterIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Enter a parse tree produced by the
integerLiteral
labeled alternative in SqlBaseParser.number(). |
void |
SqlBaseBaseListener.exitIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Exit a parse tree produced by the
integerLiteral
labeled alternative in SqlBaseParser.number(). |
void |
SqlBaseListener.exitIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Exit a parse tree produced by the
integerLiteral
labeled alternative in SqlBaseParser.number(). |
T |
SqlBaseBaseVisitor.visitIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Visit a parse tree produced by the
integerLiteral
labeled alternative in SqlBaseParser.number(). |
T |
SqlBaseVisitor.visitIntegerLiteral(SqlBaseParser.IntegerLiteralContext ctx)
Visit a parse tree produced by the
integerLiteral
labeled alternative in SqlBaseParser.number(). |
Copyright © 2012–2023. All rights reserved.