Uses of Class
io.trino.type.TypeCalculationParser.ParenthesizedExpressionContext
Packages that use TypeCalculationParser.ParenthesizedExpressionContext
-
Uses of TypeCalculationParser.ParenthesizedExpressionContext in io.trino.type
Methods in io.trino.type with parameters of type TypeCalculationParser.ParenthesizedExpressionContextModifier and TypeMethodDescriptionvoidTypeCalculationBaseListener.enterParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx) Enter a parse tree produced by theparenthesizedExpressionlabeled alternative inTypeCalculationParser.expression().voidTypeCalculationListener.enterParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx) Enter a parse tree produced by theparenthesizedExpressionlabeled alternative inTypeCalculationParser.expression().voidTypeCalculationBaseListener.exitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx) Exit a parse tree produced by theparenthesizedExpressionlabeled alternative inTypeCalculationParser.expression().voidTypeCalculationListener.exitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx) Exit a parse tree produced by theparenthesizedExpressionlabeled alternative inTypeCalculationParser.expression().TypeCalculationBaseVisitor.visitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx) Visit a parse tree produced by theparenthesizedExpressionlabeled alternative inTypeCalculationParser.expression().TypeCalculationVisitor.visitParenthesizedExpression(TypeCalculationParser.ParenthesizedExpressionContext ctx) Visit a parse tree produced by theparenthesizedExpressionlabeled alternative inTypeCalculationParser.expression().