importPart method
Implementation
ImportPartContext importPart() {
dynamic _localctx = ImportPartContext(context, state);
enterRule(_localctx, 62, RULE_importPart);
try {
enterOuterAlt(_localctx, 1);
state = 301;
match(TOKEN_IMPORT_LETTER);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}