optType method

OptTypeContext optType()

Implementation

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