public final Unary_operatorContext unary_operator() throws RecognitionException { Unary_operatorContext _localctx = new Unary_operatorContext(_ctx, getState()); enterRule(_localctx, 148, RULE_unary_operator); int _la; try { enterOuterAlt(_localctx, 1); { setState(1698); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << PLUS) | (1L << MINUS) | (1L << TILDE))) != 0) || _la==K_NOT) ) { _errHandler.recoverInline(this); } else { if ( _input.LA(1)==Token.EOF ) matchedEOF = true; _errHandler.reportMatch(this); consume(); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; }
public final Unary_operatorContext unary_operator() throws RecognitionException { Unary_operatorContext _localctx = new Unary_operatorContext(_ctx, getState()); enterRule(_localctx, 142, RULE_unary_operator); int _la; try { enterOuterAlt(_localctx, 1); { setState(1670); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << PLUS) | (1L << MINUS) | (1L << TILDE))) != 0) || _la==K_NOT) ) { _errHandler.recoverInline(this); } else { if ( _input.LA(1)==Token.EOF ) matchedEOF = true; _errHandler.reportMatch(this); consume(); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; }
public TerminalNode K_NOT() { return getToken(JqlParser.K_NOT, 0); } public Unary_operatorContext(ParserRuleContext parent, int invokingState) {
public TerminalNode K_NOT() { return getToken(JqlParser.K_NOT, 0); } public Unary_operatorContext(ParserRuleContext parent, int invokingState) {