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