public final Inclusive_or_expressionContext inclusive_or_expression() throws RecognitionException {
Inclusive_or_expressionContext _localctx = new Inclusive_or_expressionContext(_ctx, getState());
enterRule(_localctx, 264, RULE_inclusive_or_expression);
try {
int _alt;
enterOuterAlt(_localctx, 1);
{
setState(1384);
exclusive_or_expression();
setState(1389);
_errHandler.sync(this);
_alt = getInterpreter().adaptivePredict(_input, 156, _ctx);
while (_alt != 2 && _alt != org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER) {
if (_alt == 1) {
{
{
setState(1385);
match(BITOR);
setState(1386);
exclusive_or_expression();
}
}
}
setState(1391);
_errHandler.sync(this);
_alt = getInterpreter().adaptivePredict(_input, 156, _ctx);
}
}
} catch (RecognitionException re) {
_localctx.exception = re;
_errHandler.reportError(this, re);
_errHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}
ObjCParser.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:Objc2Lua
作者:
评论列表
文章目录