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