예제 #1
0
 def enterComment(self, ctx: JavaCommentParser.CommentContext):
     print('enterComment')
     CommonRstListener.enter_comment(self, ctx)
예제 #2
0
 def enterComment(self, ctx: GolangCommentParser.CommentContext):
     CommonRstListener.enter_comment(self, ctx)