Uses of Class
io.trino.sql.parser.SqlBaseParser.ParenthesizedExpressionContext
-
Packages that use SqlBaseParser.ParenthesizedExpressionContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ParenthesizedExpressionContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ParenthesizedExpressionContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx)Visit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitParenthesizedExpression(SqlBaseParser.ParenthesizedExpressionContext ctx)Visit a parse tree produced by theparenthesizedExpressionlabeled alternative inSqlBaseParser.primaryExpression().
-