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