/**
* Expressioncomparisonoperator.
*
* @return the expressioncomparisonoperator context
* @throws RecognitionException the recognition exception
*/
public final ExpressioncomparisonoperatorContext expressioncomparisonoperator() throws RecognitionException {
ExpressioncomparisonoperatorContext _localctx = new ExpressioncomparisonoperatorContext(_ctx, getState());
enterRule(_localctx, 78, RULE_expressioncomparisonoperator);
try {
setState(423);
switch (_input.LA(1)) {
case EQUALS:
enterOuterAlt(_localctx, 1);
{
setState(420);
match(EQUALS);
}
break;
case EXCLAMATION:
enterOuterAlt(_localctx, 2);
{
{
setState(421);
match(EXCLAMATION);
setState(422);
match(EQUALS);
}
}
break;
default:
throw new NoViableAltException(this);
}
}
catch (RecognitionException re) {
_localctx.exception = re;
_errHandler.reportError(this, re);
_errHandler.recover(this, re);
}
finally {
exitRule();
}
return _localctx;
}
ExpressionConstraintParser.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:UMLS-Terminology-Server
作者:
评论列表
文章目录