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