Uses of Class
io.trino.grammar.type.TypeCalculationParser.NullLiteralContext
Packages that use TypeCalculationParser.NullLiteralContext
-
Uses of TypeCalculationParser.NullLiteralContext in io.trino.grammar.type
Methods in io.trino.grammar.type with parameters of type TypeCalculationParser.NullLiteralContextModifier and TypeMethodDescriptionvoidTypeCalculationBaseListener.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().TypeCalculationBaseVisitor.visitNullLiteral(TypeCalculationParser.NullLiteralContext ctx) Visit a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().TypeCalculationVisitor.visitNullLiteral(TypeCalculationParser.NullLiteralContext ctx) Visit a parse tree produced by thenullLiterallabeled alternative inTypeCalculationParser.expression().