recordType method

RecordTypeContext recordType()

Implementation

RecordTypeContext recordType() {
  dynamic _localctx = RecordTypeContext(context, state);
  enterRule(_localctx, 40, RULE_recordType);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 148;
    match(TOKEN_T__27);
    state = 149;
    match(TOKEN_T__28);
    state = 159;
    errorHandler.sync(this);
    _la = tokenStream.LA(1)!;
    while ((((_la) & ~0x3f) == 0 && ((1 << _la) & 2409981018110) != 0)) {
      state = 150;
      exprType();
      state = 154;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
      while (_la == TOKEN_T__29) {
        state = 151;
        match(TOKEN_T__29);
        state = 156;
        errorHandler.sync(this);
        _la = tokenStream.LA(1)!;
      }
      state = 161;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
    }
    state = 162;
    match(TOKEN_T__30);
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}