imp method

ImpContext imp()

Implementation

ImpContext imp() {
  dynamic _localctx = ImpContext(context, state);
  enterRule(_localctx, 54, RULE_imp);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 239;
    match(TOKEN_T__37);
    state = 240;
    match(TOKEN_T__26);
    state = 241;
    importPart();
    state = 242;
    match(TOKEN_T__26);
    state = 246;
    errorHandler.sync(this);
    _la = tokenStream.LA(1)!;
    while (_la == TOKEN_T__29) {
      state = 243;
      match(TOKEN_T__29);
      state = 248;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
    }
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}