| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterResetSession(SqlBaseParser.ResetSessionContext ctx)
Enter a parse tree produced by the
resetSession
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.enterResetSession(SqlBaseParser.ResetSessionContext ctx)
Enter a parse tree produced by the
resetSession
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseBaseListener.exitResetSession(SqlBaseParser.ResetSessionContext ctx)
Exit a parse tree produced by the
resetSession
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.exitResetSession(SqlBaseParser.ResetSessionContext ctx)
Exit a parse tree produced by the
resetSession
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseBaseVisitor.visitResetSession(SqlBaseParser.ResetSessionContext ctx)
Visit a parse tree produced by the
resetSession
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseVisitor.visitResetSession(SqlBaseParser.ResetSessionContext ctx)
Visit a parse tree produced by the
resetSession
labeled alternative in SqlBaseParser.statement(). |
Copyright © 2012–2023. All rights reserved.