netflix-sel/src/main/java/com/netflix/sel/ast/SelParser.java [841:867]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            jj_consume_token(-1);
            throw new ParseException();
        }
      } catch (Throwable jjte001) {
        if (jjtc001) {
          jjtree.clearNodeScope(jjtn001);
          jjtc001 = false;
        } else {
          jjtree.popNode();
        }
        if (jjte001 instanceof RuntimeException) {
          {
            if (true) throw (RuntimeException) jjte001;
          }
        }
        if (jjte001 instanceof ParseException) {
          {
            if (true) throw (ParseException) jjte001;
          }
        }
        {
          if (true) throw (Error) jjte001;
        }
      } finally {
        if (jjtc001) {
          jjtree.closeNodeScope(jjtn001, 2);
          jjtn001.jjtSetLastToken(getToken(0));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



netflix-sel/src/main/java/com/netflix/sel/ast/SelParser.java [938:964]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            jj_consume_token(-1);
            throw new ParseException();
        }
      } catch (Throwable jjte001) {
        if (jjtc001) {
          jjtree.clearNodeScope(jjtn001);
          jjtc001 = false;
        } else {
          jjtree.popNode();
        }
        if (jjte001 instanceof RuntimeException) {
          {
            if (true) throw (RuntimeException) jjte001;
          }
        }
        if (jjte001 instanceof ParseException) {
          {
            if (true) throw (ParseException) jjte001;
          }
        }
        {
          if (true) throw (Error) jjte001;
        }
      } finally {
        if (jjtc001) {
          jjtree.closeNodeScope(jjtn001, 2);
          jjtn001.jjtSetLastToken(getToken(0));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



