emptyStatement_ method
Implementation
EmptyStatement_Context emptyStatement_() {
dynamic _localctx = EmptyStatement_Context(context, state);
enterRule(_localctx, 70, RULE_emptyStatement_);
try {
enterOuterAlt(_localctx, 1);
state = 479;
match(TOKEN_SEMI);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}