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