emptyType method
Implementation
EmptyTypeContext emptyType() {
dynamic _localctx = EmptyTypeContext(context, state);
enterRule(_localctx, 20, RULE_emptyType);
try {
enterOuterAlt(_localctx, 1);
state = 87;
match(TOKEN_T__18);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}