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