comment method
Implementation
CommentContext comment() {
dynamic _localctx = CommentContext(context, state);
enterRule(_localctx, 8, RULE_comment);
try {
enterOuterAlt(_localctx, 1);
state = 45;
match(TOKEN_COMMENT);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}