netflix-sel/src/main/java/com/netflix/sel/ast/SelParser.java [1321:1351]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            boolean jjtc001 = true;
            jjtree.openNodeScope(jjtn001);
            jjtn001.jjtSetFirstToken(getToken(1));
            try {
              jj_consume_token(LBRACKET);
              Expression();
              jj_consume_token(RBRACKET);
            } 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, true);
                jjtn001.jjtSetLastToken(getToken(0));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



netflix-sel/src/main/java/com/netflix/sel/ast/SelParser.java [1681:1711]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      boolean jjtc001 = true;
      jjtree.openNodeScope(jjtn001);
      jjtn001.jjtSetFirstToken(getToken(1));
      try {
        jj_consume_token(LBRACKET);
        Expression();
        jj_consume_token(RBRACKET);
      } 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, true);
          jjtn001.jjtSetLastToken(getToken(0));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



