Uses of Class
io.trino.sql.parser.SqlBaseParser.ParenthesizedExpressionContext
Packages that use SqlBaseParser.ParenthesizedExpressionContext
-
Uses of SqlBaseParser.ParenthesizedExpressionContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ParenthesizedExpressionContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx) Enter a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx) Enter a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx) Exit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx) Exit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx) Visit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx) Visit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().