imp method
Implementation
ImpContext imp() {
dynamic _localctx = ImpContext(context, state);
enterRule(_localctx, 54, RULE_imp);
int _la;
try {
enterOuterAlt(_localctx, 1);
state = 251;
match(TOKEN_T__36);
state = 252;
match(TOKEN_T__23);
state = 253;
importPart();
state = 254;
match(TOKEN_T__23);
state = 258;
errorHandler.sync(this);
_la = tokenStream.LA(1)!;
while (_la == TOKEN_T__28) {
state = 255;
match(TOKEN_T__28);
state = 260;
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;
}