CommentContext constructor

CommentContext([
  1. ParserRuleContext? parent,
  2. int? invokingState
])

Implementation

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