CommentContext constructor
CommentContext([
- ParserRuleContext? parent,
- int? invokingState
Implementation
CommentContext([ParserRuleContext? parent, int? invokingState]) : super(parent, invokingState);