Exemplo n.º 1
0
/* Production 76, chapter 3.4, corba 2.3.1 */
  public void case_label() {
 /*@bgen(jjtree) case_label */
  ASTcase_label jjtn000 = new ASTcase_label(this, IDLParserTreeConstants.JJTCASE_LABEL);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      switch ((jj_ntk==-1)?jj_ntk_calc():jj_ntk) {
      case 64:
        jj_consume_token(64);
        const_exp();
        jj_consume_token(19);
        break;
      case 65:
        jj_consume_token(65);
        jj_consume_token(19);
                  jjtree.closeNodeScope(jjtn000, true);
                  jjtc000 = false;
                   jjtn000.setDefault();
        break;
      default:
        jj_la1[66] = jj_gen;
        jj_consume_token(-1);
        throw new ParseException();
        break;
      }
    } catch (Exception jjte000) {
    if (jjtc000) {
      jjtree.clearNodeScope(jjtn000);
      jjtc000 = false;
    } else {
      jjtree.popNode();
    }
  {if (true) throw ;}
    } finally {
    if (jjtc000) {
      jjtree.closeNodeScope(jjtn000, true);
    }
    }
  }