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