optType method
Implementation
OptTypeContext optType() {
dynamic _localctx = OptTypeContext(context, state);
enterRule(_localctx, 32, RULE_optType);
try {
enterOuterAlt(_localctx, 1);
state = 133;
match(TOKEN_T__24);
state = 134;
dataType();
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}