Uses of Class
io.trino.grammar.sql.SqlBaseParser.CommentViewContext
Packages that use SqlBaseParser.CommentViewContext
-
Uses of SqlBaseParser.CommentViewContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.CommentViewContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCommentView(SqlBaseParser.CommentViewContext ctx) Enter a parse tree produced by thecommentViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCommentView(SqlBaseParser.CommentViewContext ctx) Enter a parse tree produced by thecommentViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCommentView(SqlBaseParser.CommentViewContext ctx) Exit a parse tree produced by thecommentViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCommentView(SqlBaseParser.CommentViewContext ctx) Exit a parse tree produced by thecommentViewlabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCommentView(SqlBaseParser.CommentViewContext ctx) Visit a parse tree produced by thecommentViewlabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCommentView(SqlBaseParser.CommentViewContext ctx) Visit a parse tree produced by thecommentViewlabeled alternative inSqlBaseParser.statement().