| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Enter a parse tree produced by the
arithmeticBinary
labeled alternative in SqlBaseParser.valueExpression(). |
void |
SqlBaseListener.enterArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Enter a parse tree produced by the
arithmeticBinary
labeled alternative in SqlBaseParser.valueExpression(). |
void |
SqlBaseBaseListener.exitArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Exit a parse tree produced by the
arithmeticBinary
labeled alternative in SqlBaseParser.valueExpression(). |
void |
SqlBaseListener.exitArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Exit a parse tree produced by the
arithmeticBinary
labeled alternative in SqlBaseParser.valueExpression(). |
T |
SqlBaseBaseVisitor.visitArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Visit a parse tree produced by the
arithmeticBinary
labeled alternative in SqlBaseParser.valueExpression(). |
T |
SqlBaseVisitor.visitArithmeticBinary(SqlBaseParser.ArithmeticBinaryContext ctx)
Visit a parse tree produced by the
arithmeticBinary
labeled alternative in SqlBaseParser.valueExpression(). |
Copyright © 2012–2023. All rights reserved.