Exemplo n.º 1
0
 def exitComment(self, ctx: JavaCommentParser.CommentContext):
     print('exitComment')
     CommonRstListener.exit_comment(self,
                                    ctx,
                                    strip_line_comments=False,
                                    strip_block_comments=True)
Exemplo n.º 2
0
 def exitComment(self, ctx: GolangCommentParser.CommentContext):
     CommonRstListener.exit_comment(self,
                                    ctx,
                                    strip_line_comments=True,
                                    strip_block_comments=True)