jdk/src/jdk.snmp/share/classes/com/sun/jmx/snmp/IPAcl/ParserTreeConstants.java
changeset 27222 422e90d83a4e
parent 27221 a34b97a133ea
parent 27220 315d620f5726
child 27235 b666d0408ad6
equal deleted inserted replaced
27221:a34b97a133ea 27222:422e90d83a4e
     1 /*
       
     2  * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
       
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4  *
       
     5  * This code is free software; you can redistribute it and/or modify it
       
     6  * under the terms of the GNU General Public License version 2 only, as
       
     7  * published by the Free Software Foundation.  Oracle designates this
       
     8  * particular file as subject to the "Classpath" exception as provided
       
     9  * by Oracle in the LICENSE file that accompanied this code.
       
    10  *
       
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
       
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14  * version 2 for more details (a copy is included in the LICENSE file that
       
    15  * accompanied this code).
       
    16  *
       
    17  * You should have received a copy of the GNU General Public License version
       
    18  * 2 along with this work; if not, write to the Free Software Foundation,
       
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20  *
       
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22  * or visit www.oracle.com if you need additional information or have any
       
    23  * questions.
       
    24  */
       
    25 
       
    26 /* Generated By:JJTree: Do not edit this line. ParserTreeConstants.java */
       
    27 
       
    28 package com.sun.jmx.snmp.IPAcl;
       
    29 
       
    30 interface ParserTreeConstants
       
    31 {
       
    32   public int JJTSECURITYDEFS = 0;
       
    33   public int JJTACLBLOCK = 1;
       
    34   public int JJTACLITEM = 2;
       
    35   public int JJTCOMMUNITIES = 3;
       
    36   public int JJTCOMMUNITY = 4;
       
    37   public int JJTACCESS = 5;
       
    38   public int JJTMANAGERS = 6;
       
    39   public int JJTHOST = 7;
       
    40   public int JJTHOSTNAME = 8;
       
    41   public int JJTIPADDRESS = 9;
       
    42   public int JJTIPV6ADDRESS = 10;
       
    43   public int JJTIPMASK = 11;
       
    44   public int JJTNETMASK = 12;
       
    45   public int JJTNETMASKV6 = 13;
       
    46   public int JJTTRAPBLOCK = 14;
       
    47   public int JJTTRAPITEM = 15;
       
    48   public int JJTTRAPCOMMUNITY = 16;
       
    49   public int JJTTRAPINTERESTEDHOST = 17;
       
    50   public int JJTHOSTTRAP = 18;
       
    51   public int JJTENTERPRISE = 19;
       
    52   public int JJTTRAPNUM = 20;
       
    53   public int JJTINFORMBLOCK = 21;
       
    54   public int JJTINFORMITEM = 22;
       
    55   public int JJTINFORMCOMMUNITY = 23;
       
    56   public int JJTINFORMINTERESTEDHOST = 24;
       
    57   public int JJTHOSTINFORM = 25;
       
    58 
       
    59 
       
    60   public String[] jjtNodeName = {
       
    61     "SecurityDefs",
       
    62     "AclBlock",
       
    63     "AclItem",
       
    64     "Communities",
       
    65     "Community",
       
    66     "Access",
       
    67     "Managers",
       
    68     "Host",
       
    69     "HostName",
       
    70     "IpAddress",
       
    71     "IpV6Address",
       
    72     "IpMask",
       
    73     "NetMask",
       
    74     "NetMaskV6",
       
    75     "TrapBlock",
       
    76     "TrapItem",
       
    77     "TrapCommunity",
       
    78     "TrapInterestedHost",
       
    79     "HostTrap",
       
    80     "Enterprise",
       
    81     "TrapNum",
       
    82     "InformBlock",
       
    83     "InformItem",
       
    84     "InformCommunity",
       
    85     "InformInterestedHost",
       
    86     "HostInform",
       
    87   };
       
    88 }