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