| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Enter a parse tree produced by the
parenthesizedRelation
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseListener.enterParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Enter a parse tree produced by the
parenthesizedRelation
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseBaseListener.exitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Exit a parse tree produced by the
parenthesizedRelation
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseListener.exitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Exit a parse tree produced by the
parenthesizedRelation
labeled alternative in SqlBaseParser.relationPrimary(). |
T |
SqlBaseBaseVisitor.visitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Visit a parse tree produced by the
parenthesizedRelation
labeled alternative in SqlBaseParser.relationPrimary(). |
T |
SqlBaseVisitor.visitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)
Visit a parse tree produced by the
parenthesizedRelation
labeled alternative in SqlBaseParser.relationPrimary(). |
Copyright © 2012–2023. All rights reserved.