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

📄 parsemibtreeconstants.java

📁 opennms得相关源码 请大家看看
💻 JAVA
字号:
// This file is part of the OpenNMS(R) MIB Parser.//// Copyright (C) 2002-2003 John Rodriguez//// OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.//// This library is free software; you can redistribute it and/or// modify it under the terms of the GNU Lesser General Public// License as published by the Free Software Foundation; either// version 2.1 of the License, or (at your option) any later version.// // This library is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU// Lesser General Public License for more details.// // You should have received a copy of the GNU Lesser General Public// License along with this library; if not, write to the Free Software// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA//// See: http://www.fsf.org/copyleft/lesser.html///* Generated By:JJTree: Do not edit this line. ParseMibTreeConstants.java */public interface ParseMibTreeConstants{  public int JJTSTART = 0;  public int JJTMIBBEGIN = 1;  public int JJTIMPORTS = 2;  public int JJTMODULEIDENTITY = 3;  public int JJTDECLOID = 4;  public int JJTEVENTS = 5;  public int JJTTRAPTYPE = 6;  public int JJTTABLESEQUENCEOF = 7;  public int JJTINDEXOFTABLE = 8;  public int JJTASSIGNMENT = 9;  public int JJTSEQUENCEOFVARSORTEXTCONVENTION = 10;  public int JJTTABLEOIDVARS = 11;  public int JJTTEXTCONVENTION = 12;  public int JJTIDENTIFIERINSEQUENCEOFVARS = 13;  public int JJTEND = 14;  public int JJTEXPRESSION = 15;  public int JJTIDENTIFIER = 16;  public int JJTOBJECTIDENTIFIER = 17;  public int JJTPARENT = 18;  public int JJTCHILDTEXTIDENTIFIER = 19;  public int JJTCHILDNUMERICIDENTIFIER = 20;  public int JJTMULTIPLEOIDS = 21;  public int JJTSIZEDECLARATION = 22;  public int JJTINTEGER = 23;  public int JJTPARTIALOID = 24;  public int JJTGETTYPEIDENTIFIER = 25;  public int JJTGETACCESSIDENTIFIER = 26;  public String[] jjtNodeName = {    "Start",    "MibBegin",    "Imports",    "ModuleIdentity",    "DeclOID",    "Events",    "TrapType",    "TableSequenceOf",    "IndexOfTable",    "Assignment",    "SequenceOfVarsOrTextConvention",    "TableOidVars",    "TextConvention",    "IdentifierInSequenceOfVars",    "End",    "Expression",    "Identifier",    "ObjectIdentifier",    "Parent",    "ChildTextIdentifier",    "ChildNumericIdentifier",    "MultipleOids",    "SizeDeclaration",    "Integer",    "PartialOID",    "GetTypeIdentifier",    "GetAccessIdentifier",  };}

⌨️ 快捷键说明

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