⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pythongrammar.java

📁 无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上.
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
      if (jjtc000) {        jjtree.clearNodeScope(jjtn000);        jjtc000 = false;      } else {        jjtree.popNode();      }      if (jjte000 instanceof RuntimeException) {        {if (true) throw (RuntimeException)jjte000;}      }      if (jjte000 instanceof ParseException) {        {if (true) throw (ParseException)jjte000;}      }      {if (true) throw (Error)jjte000;}    } finally {      if (jjtc000) {        jjtree.closeNodeScope(jjtn000, true);        jjtreeCloseNodeScope(jjtn000);      }    }  }//dotted_as_name: dotted_name [NAME NAME]  final public void dotted_as_name() throws ParseException {                        /*@bgen(jjtree) dotted_as_name */  SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTDOTTED_AS_NAME);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);  jjtreeOpenNodeScope(jjtn000);    try {      dotted_name();      switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {      case AS:        jj_consume_token(AS);        Name();        break;      default:        jj_la1[34] = jj_gen;        ;      }    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }    if (jjte000 instanceof ParseException) {      {if (true) throw (ParseException)jjte000;}    }    {if (true) throw (Error)jjte000;}    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);      jjtreeCloseNodeScope(jjtn000);    }    }  }//dotted_name: NAME ('.' NAME)*  final public String dotted_name() throws ParseException {                       /*@bgen(jjtree) dotted_name */                        SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTDOTTED_NAME);                        boolean jjtc000 = true;                        jjtree.openNodeScope(jjtn000);                        jjtreeOpenNodeScope(jjtn000);Token t; StringBuffer sb = new StringBuffer();    try {      t = AnyName();                sb.append(t.image);      label_14:      while (true) {        switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {        case DOT:          ;          break;        default:          jj_la1[35] = jj_gen;          break label_14;        }        jj_consume_token(DOT);        t = AnyName();                         sb.append("." + t.image);      }          jjtree.closeNodeScope(jjtn000, true);          jjtc000 = false;          jjtreeCloseNodeScope(jjtn000);          {if (true) return sb.toString();}    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }    if (jjte000 instanceof ParseException) {      {if (true) throw (ParseException)jjte000;}    }    {if (true) throw (Error)jjte000;}    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);      jjtreeCloseNodeScope(jjtn000);    }    }    throw new Error("Missing return statement in function");  }//import_as_name: NAME [NAME NAME]  final public String import_as_name() throws ParseException {                          /*@bgen(jjtree) import_as_name */                           SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTIMPORT_AS_NAME);                           boolean jjtc000 = true;                           jjtree.openNodeScope(jjtn000);                           jjtreeOpenNodeScope(jjtn000);Token t;    try {      t = AnyName();      switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {      case AS:        jj_consume_token(AS);        Name();        break;      default:        jj_la1[36] = jj_gen;        ;      }                              jjtree.closeNodeScope(jjtn000, true);                              jjtc000 = false;                              jjtreeCloseNodeScope(jjtn000);                              {if (true) return t.image;}    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }    if (jjte000 instanceof ParseException) {      {if (true) throw (ParseException)jjte000;}    }    {if (true) throw (Error)jjte000;}    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);      jjtreeCloseNodeScope(jjtn000);    }    }    throw new Error("Missing return statement in function");  }//global_stmt: 'global' NAME (',' NAME)*  final public void global_stmt() throws ParseException {                     /*@bgen(jjtree) global_stmt */  SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTGLOBAL_STMT);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);  jjtreeOpenNodeScope(jjtn000);    try {      jj_consume_token(GLOBAL);      Name();      label_15:      while (true) {        switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {        case COMMA:          ;          break;        default:          jj_la1[37] = jj_gen;          break label_15;        }        jj_consume_token(COMMA);        Name();      }    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }    if (jjte000 instanceof ParseException) {      {if (true) throw (ParseException)jjte000;}    }    {if (true) throw (Error)jjte000;}    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);      jjtreeCloseNodeScope(jjtn000);    }    }  }//exec_stmt: 'exec' expr ['in' test [',' test]]  final public void exec_stmt() throws ParseException {                   /*@bgen(jjtree) exec_stmt */  SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTEXEC_STMT);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);  jjtreeOpenNodeScope(jjtn000);    try {      jj_consume_token(EXEC);      expr();      switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {      case IN:        jj_consume_token(IN);        test();        switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {        case COMMA:          jj_consume_token(COMMA);          test();          break;        default:          jj_la1[38] = jj_gen;          ;        }        break;      default:        jj_la1[39] = jj_gen;        ;      }    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }    if (jjte000 instanceof ParseException) {      {if (true) throw (ParseException)jjte000;}    }    {if (true) throw (Error)jjte000;}    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);      jjtreeCloseNodeScope(jjtn000);    }    }  }//assert_stmt: 'assert' test [',' test]  final public void assert_stmt() throws ParseException {                     /*@bgen(jjtree) assert_stmt */  SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTASSERT_STMT);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);  jjtreeOpenNodeScope(jjtn000);    try {      jj_consume_token(ASSERT);      test();      switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {      case COMMA:        jj_consume_token(COMMA);        test();        break;      default:        jj_la1[40] = jj_gen;        ;      }    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }    if (jjte000 instanceof ParseException) {      {if (true) throw (ParseException)jjte000;}    }    {if (true) throw (Error)jjte000;}    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);      jjtreeCloseNodeScope(jjtn000);    }    }  }//compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | funcdef | classdef  final public void compound_stmt() throws ParseException {                               token_source.compound = true;    switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {    case IF:      if_stmt();      break;    case WHILE:      while_stmt();      break;    case FOR:      for_stmt();      break;    case TRY:      try_stmt();      break;    case DEF:      funcdef();      break;    case CLASS:      classdef();      break;    default:      jj_la1[41] = jj_gen;      jj_consume_token(-1);      throw new ParseException();    }  }//if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite]  final public void if_stmt() throws ParseException {                 /*@bgen(jjtree) if_stmt */  SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTIF_STMT);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);  jjtreeOpenNodeScope(jjtn000);    try {      jj_consume_token(IF);      test();      jj_consume_token(COLON);      suite();      label_16:      while (true) {        switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {        case ELIF:          ;          break;        default:          jj_la1[42] = jj_gen;          break label_16;        }        jj_consume_token(ELIF);        test();        jj_consume_token(COLON);        suite();      }      switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {      case ELSE:        jj_consume_token(ELSE);        jj_consume_token(COLON);        suite();        break;      default:        jj_la1[43] = jj_gen;        ;      }    } catch (Throwable jjte000) {      if (jjtc000) {        jjtree.clearNodeScope(jjtn000);        jjtc000 = false;      } else {        jjtree.popNode();      }      if (jjte000 instanceof RuntimeException) {        {if (true) throw (RuntimeException)jjte000;}      }      if (jjte000 instanceof ParseException) {        {if (true) throw (ParseException)jjte000;}      }      {if (true) throw (Error)jjte000;}    } finally {      if (jjtc000) {        jjtree.closeNodeScope(jjtn000, true);        jjtreeCloseNodeScope(jjtn000);      }    }  }//while_stmt: 'while' test ':' suite ['else' ':' suite]  final public void while_stmt() throws ParseException {                    /*@bgen(jjtree) while_stmt */  SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTWHILE_STMT);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);  jjtreeOpenNodeScope(jjtn000);    try {      jj_consume_token(WHILE);      test();      jj_consume_token(COLON);      suite();      switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {      case ELSE:        jj_consume_token(ELSE);        jj_consume_token(COLON);        suite();        break;      default:        jj_la1[44] = jj_gen;        ;      }    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }    if (jjte000 instanceof ParseException) {      {if (true) throw (ParseException)jjte000;}    }    {if (true) throw (Error)jjte000;}    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);      jjtreeCloseNodeScope(jjtn000);    }    }  }//for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite]  final public void for_stmt() throws ParseException {                  /*@bgen(jjtree) for_stmt */  SimpleNode jjtn000 = (SimpleNode)SimpleNode.jjtCreate(this, JJTFOR_STMT);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);  jjtreeOpenNodeScope(jjtn000);    try {      jj_consume_token(FOR);      exprlist();      jj_consume_token(IN);      SmartTestList();      jj_consume_token(COLON);      suite();      switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {      case ELSE:        jj_consume_token(ELSE);        jj_consume_token(COLON);        suite();        break;      default:        jj_la1[45] = jj_gen;        ;      }    } catch (Throwable jjte000) {    if (jjtc000) {      jjtree.clearNodeScope(jjtn000);      jjtc000 = false;    } else {      jjtree.popNode();    }    if (jjte000 instanceof RuntimeException) {      {if (true) throw (RuntimeException)jjte000;}    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -