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

📄 parsemib.java

📁 opennms得相关源码 请大家看看
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
    }    }  }  static final public void ChildNumericIdentifier() throws ParseException { /*@bgen(jjtree) ChildNumericIdentifier */  SimpleNode jjtn000 = new SimpleNode(JJTCHILDNUMERICIDENTIFIER);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);Token t;    try {      t = jj_consume_token(INTEGER_LITERAL);    jjtree.closeNodeScope(jjtn000, true);    jjtc000 = false;    jjtn000.setName(t.image);    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);    }    }  }// handle the oids after "iso"// mgmt OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) mgmt(2) }  static final public void MultipleOids() throws ParseException {                       /*@bgen(jjtree) MultipleOids */  SimpleNode jjtn000 = new SimpleNode(JJTMULTIPLEOIDS);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);    try {      ChildTextIdentifier();      jj_consume_token(LPAREN);      ChildNumericIdentifier();      jj_consume_token(RPAREN);    } 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);    }    }  }// handle// (SIZE (0..255))// (SIZE (0 | 8 | 11))// (SIZE (6))// (SIZE (1 | 4..85))// (1)  static final public void SizeDeclaration() throws ParseException {                          /*@bgen(jjtree) SizeDeclaration */  SimpleNode jjtn000 = new SimpleNode(JJTSIZEDECLARATION);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);    try {      jj_consume_token(LPAREN);      if (jj_2_153(3)) {        jj_consume_token(SIZE_TOKEN);        jj_consume_token(LPAREN);        label_28:        while (true) {          jj_consume_token(INTEGER_LITERAL);          if (jj_2_147(3)) {            jj_consume_token(68);            jj_consume_token(68);            jj_consume_token(INTEGER_LITERAL);          } else {            ;          }          if (jj_2_148(3)) {            jj_consume_token(69);          } else {            ;          }          if (jj_2_149(3)) {            ;          } else {            break label_28;          }        }        jj_consume_token(RPAREN);      } else if (jj_2_154(3)) {        label_29:        while (true) {          jj_consume_token(INTEGER_LITERAL);          if (jj_2_150(3)) {            jj_consume_token(68);            jj_consume_token(68);            jj_consume_token(INTEGER_LITERAL);          } else {            ;          }          if (jj_2_151(3)) {            jj_consume_token(69);          } else {            ;          }          if (jj_2_152(3)) {            ;          } else {            break label_29;          }        }      } else {        jj_consume_token(-1);        throw new ParseException();      }      jj_consume_token(RPAREN);    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);    }    }  }  static final public void Integer() throws ParseException {                  /*@bgen(jjtree) Integer */  SimpleNode jjtn000 = new SimpleNode(JJTINTEGER);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);    try {      jj_consume_token(INTEGER_LITERAL);    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);    }    }  }  static final public void IntegerOID() throws ParseException { /*@bgen(jjtree) PartialOID */  SimpleNode jjtn000 = new SimpleNode(JJTPARTIALOID);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);Token t;    try {      t = jj_consume_token(INTEGER_LITERAL);    jjtree.closeNodeScope(jjtn000, true);    jjtc000 = false;    jjtn000.setName(t.image);    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);    }    }  }// usually called after SYNTAX, e.g. SYNTAX Counter32// also for TextConvention and Assignment to get the child// node in the right place.  static final public void GetTypeIdentifier() throws ParseException { /*@bgen(jjtree) GetTypeIdentifier */  SimpleNode jjtn000 = new SimpleNode(JJTGETTYPEIDENTIFIER);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);Token t;    try {      t = jj_consume_token(IDENTIFIER);    jjtree.closeNodeScope(jjtn000, true);    jjtc000 = false;    jjtn000.setName(t.image);    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);    }    }  }// usually called after ACCESS, e.g. ACCESS read-write  static final public void GetAccessIdentifier() throws ParseException { /*@bgen(jjtree) GetAccessIdentifier */  SimpleNode jjtn000 = new SimpleNode(JJTGETACCESSIDENTIFIER);  boolean jjtc000 = true;  jjtree.openNodeScope(jjtn000);Token t;    try {      t = jj_consume_token(IDENTIFIER);    jjtree.closeNodeScope(jjtn000, true);    jjtc000 = false;    jjtn000.setName(t.image);    } finally {    if (jjtc000) {      jjtree.closeNodeScope(jjtn000, true);    }    }  }  static final private boolean jj_2_1(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_1(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(0, xla); }  }  static final private boolean jj_2_2(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_2(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(1, xla); }  }  static final private boolean jj_2_3(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_3(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(2, xla); }  }  static final private boolean jj_2_4(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_4(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(3, xla); }  }  static final private boolean jj_2_5(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_5(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(4, xla); }  }  static final private boolean jj_2_6(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_6(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(5, xla); }  }  static final private boolean jj_2_7(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_7(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(6, xla); }  }  static final private boolean jj_2_8(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_8(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(7, xla); }  }  static final private boolean jj_2_9(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_9(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(8, xla); }  }  static final private boolean jj_2_10(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_10(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(9, xla); }  }  static final private boolean jj_2_11(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_11(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(10, xla); }  }  static final private boolean jj_2_12(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_12(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(11, xla); }  }  static final private boolean jj_2_13(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_13(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(12, xla); }  }  static final private boolean jj_2_14(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_14(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(13, xla); }  }  static final private boolean jj_2_15(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_15(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(14, xla); }  }  static final private boolean jj_2_16(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_16(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(15, xla); }  }  static final private boolean jj_2_17(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_17(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(16, xla); }  }  static final private boolean jj_2_18(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_18(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(17, xla); }  }  static final private boolean jj_2_19(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_19(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(18, xla); }  }  static final private boolean jj_2_20(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_20(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(19, xla); }  }  static final private boolean jj_2_21(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_21(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(20, xla); }  }  static final private boolean jj_2_22(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_22(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(21, xla); }  }  static final private boolean jj_2_23(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_23(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(22, xla); }  }  static final private boolean jj_2_24(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_24(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(23, xla); }  }  static final private boolean jj_2_25(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_25(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(24, xla); }  }  static final private boolean jj_2_26(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_26(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(25, xla); }  }  static final private boolean jj_2_27(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_27(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(26, xla); }  }  static final private boolean jj_2_28(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_28(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(27, xla); }  }  static final private boolean jj_2_29(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_29(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(28, xla); }  }  static final private boolean jj_2_30(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_30(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(29, xla); }  }  static final private boolean jj_2_31(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_31(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(30, xla); }  }  static final private boolean jj_2_32(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_32(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(31, xla); }  }  static final private boolean jj_2_33(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_33(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(32, xla); }  }  static final private boolean jj_2_34(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_34(); }    catch(LookaheadSuccess ls) { return true; }    finally { jj_save(33, xla); }  }  static final private boolean jj_2_35(int xla) {    jj_la = xla; jj_lastpos = jj_scanpos = token;    try { return !jj_3_35(); }    catch(LookaheadSuccess ls) { return true; }

⌨️ 快捷键说明

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