| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.spark |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SparkSqlBaseParserListener.enterLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
Enter a parse tree produced by the
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression(). |
void |
SparkSqlBaseParserBaseListener.enterLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
Enter a parse tree produced by the
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression(). |
void |
SparkSqlBaseParserListener.exitLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
Exit a parse tree produced by the
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression(). |
void |
SparkSqlBaseParserBaseListener.exitLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
Exit a parse tree produced by the
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression(). |
T |
SparkSqlBaseParserVisitor.visitLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
Visit a parse tree produced by the
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression(). |
T |
SparkSqlBaseParserBaseVisitor.visitLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
Visit a parse tree produced by the
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression(). |
Copyright © 2022. All rights reserved.