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