| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Enter a parse tree produced by the
logicalNot
labeled alternative in SqlBaseParser.booleanExpression(). |
void |
SqlBaseListener.enterLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Enter a parse tree produced by the
logicalNot
labeled alternative in SqlBaseParser.booleanExpression(). |
void |
SqlBaseBaseListener.exitLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Exit a parse tree produced by the
logicalNot
labeled alternative in SqlBaseParser.booleanExpression(). |
void |
SqlBaseListener.exitLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Exit a parse tree produced by the
logicalNot
labeled alternative in SqlBaseParser.booleanExpression(). |
T |
SqlBaseBaseVisitor.visitLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Visit a parse tree produced by the
logicalNot
labeled alternative in SqlBaseParser.booleanExpression(). |
T |
SqlBaseVisitor.visitLogicalNot(SqlBaseParser.LogicalNotContext ctx)
Visit a parse tree produced by the
logicalNot
labeled alternative in SqlBaseParser.booleanExpression(). |
Copyright © 2012–2023. All rights reserved.