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