tupleType method

TupleTypeContext tupleType()

Implementation

TupleTypeContext tupleType() {
  dynamic _localctx = TupleTypeContext(context, state);
  enterRule(_localctx, 44, RULE_tupleType);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 180;
    match(TOKEN_T__32);
    state = 190;
    errorHandler.sync(this);
    _la = tokenStream.LA(1)!;
    while ((((_la) & ~0x3f) == 0 && ((1 << _la) & 2409981018110) != 0)) {
      state = 181;
      exprType();
      state = 185;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
      while (_la == TOKEN_T__33) {
        state = 182;
        match(TOKEN_T__33);
        state = 187;
        errorHandler.sync(this);
        _la = tokenStream.LA(1)!;
      }
      state = 192;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
    }
    state = 193;
    match(TOKEN_T__34);
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}