Uses of Class
io.trino.sql.parser.SqlBaseParser.CommentTableContext
Packages that use SqlBaseParser.CommentTableContext
-
Uses of SqlBaseParser.CommentTableContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CommentTableContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCommentTable(SqlBaseParser.CommentTableContext ctx) Enter a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCommentTable(SqlBaseParser.CommentTableContext ctx) Enter a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCommentTable(SqlBaseParser.CommentTableContext ctx) Exit a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCommentTable(SqlBaseParser.CommentTableContext ctx) Exit a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCommentTable(SqlBaseParser.CommentTableContext ctx) Visit a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCommentTable(SqlBaseParser.CommentTableContext ctx) Visit a parse tree produced by thecommentTablelabeled alternative inSqlBaseParser.statement().