ObjCParser.java 文件源码

java
阅读 25 收藏 0 点赞 0 评论 0

项目:Objc2Lua 作者:
public final Statement_listContext statement_list() throws RecognitionException {
    Statement_listContext _localctx = new Statement_listContext(_ctx, getState());
    enterRule(_localctx, 218, RULE_statement_list);
    try {
        int _alt;
        enterOuterAlt(_localctx, 1);
        {
            setState(1185);
            _errHandler.sync(this);
            _alt = 1;
            do {
                switch (_alt) {
                    case 1: {
                        {
                            setState(1184);
                            statement();
                        }
                    }
                    break;
                    default:
                        throw new NoViableAltException(this);
                }
                setState(1187);
                _errHandler.sync(this);
                _alt = getInterpreter().adaptivePredict(_input, 131, _ctx);
            } while (_alt != 2 && _alt != org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER);
        }
    } catch (RecognitionException re) {
        _localctx.exception = re;
        _errHandler.reportError(this, re);
        _errHandler.recover(this, re);
    } finally {
        exitRule();
    }
    return _localctx;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号