Uses of Class
io.trino.type.TypeCalculationParser.NullLiteralContext
-
Packages that use TypeCalculationParser.NullLiteralContext Package Description io.trino.type -
-
Uses of TypeCalculationParser.NullLiteralContext in io.trino.type
Methods in io.trino.type with parameters of type TypeCalculationParser.NullLiteralContext Modifier and Type Method Description voidTypeCalculationBaseListener. enterNullLiteral(TypeCalculationParser.NullLiteralContext ctx)Enter a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().voidTypeCalculationListener. enterNullLiteral(TypeCalculationParser.NullLiteralContext ctx)Enter a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().voidTypeCalculationBaseListener. exitNullLiteral(TypeCalculationParser.NullLiteralContext ctx)Exit a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().voidTypeCalculationListener. exitNullLiteral(TypeCalculationParser.NullLiteralContext ctx)Exit a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().TTypeCalculationBaseVisitor. visitNullLiteral(TypeCalculationParser.NullLiteralContext ctx)Visit a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().TTypeCalculationVisitor. visitNullLiteral(TypeCalculationParser.NullLiteralContext ctx)Visit a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().
-