| Package | Description |
|---|---|
| com.facebook.presto.type |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeCalculationBaseListener.enterParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by the
parenthesizedExpression
labeled alternative in TypeCalculationParser.expression(). |
void |
TypeCalculationListener.enterParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by the
parenthesizedExpression
labeled alternative in TypeCalculationParser.expression(). |
void |
TypeCalculationBaseListener.exitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by the
parenthesizedExpression
labeled alternative in TypeCalculationParser.expression(). |
void |
TypeCalculationListener.exitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by the
parenthesizedExpression
labeled alternative in TypeCalculationParser.expression(). |
T |
TypeCalculationBaseVisitor.visitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx)
Visit a parse tree produced by the
parenthesizedExpression
labeled alternative in TypeCalculationParser.expression(). |
T |
TypeCalculationVisitor.visitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx)
Visit a parse tree produced by the
parenthesizedExpression
labeled alternative in TypeCalculationParser.expression(). |
Copyright © 2012–2023. All rights reserved.