KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > jmx > snmp > IPAcl > ParserTreeConstants


1 /*
2  * @(#)ParserTreeConstants.java 4.14 04/07/26
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7
8 /* Generated By:JJTree: Do not edit this line. ParserTreeConstants.java */
9
10 package com.sun.jmx.snmp.IPAcl;
11
12 interface ParserTreeConstants
13 {
14   public int JJTSECURITYDEFS = 0;
15   public int JJTACLBLOCK = 1;
16   public int JJTACLITEM = 2;
17   public int JJTCOMMUNITIES = 3;
18   public int JJTCOMMUNITY = 4;
19   public int JJTACCESS = 5;
20   public int JJTMANAGERS = 6;
21   public int JJTHOST = 7;
22   public int JJTHOSTNAME = 8;
23   public int JJTIPADDRESS = 9;
24   public int JJTIPV6ADDRESS = 10;
25   public int JJTIPMASK = 11;
26   public int JJTNETMASK = 12;
27   public int JJTNETMASKV6 = 13;
28   public int JJTTRAPBLOCK = 14;
29   public int JJTTRAPITEM = 15;
30   public int JJTTRAPCOMMUNITY = 16;
31   public int JJTTRAPINTERESTEDHOST = 17;
32   public int JJTHOSTTRAP = 18;
33   public int JJTENTERPRISE = 19;
34   public int JJTTRAPNUM = 20;
35   public int JJTINFORMBLOCK = 21;
36   public int JJTINFORMITEM = 22;
37   public int JJTINFORMCOMMUNITY = 23;
38   public int JJTINFORMINTERESTEDHOST = 24;
39   public int JJTHOSTINFORM = 25;
40
41
42   public String JavaDoc[] jjtNodeName = {
43     "SecurityDefs",
44     "AclBlock",
45     "AclItem",
46     "Communities",
47     "Community",
48     "Access",
49     "Managers",
50     "Host",
51     "HostName",
52     "IpAddress",
53     "IpV6Address",
54     "IpMask",
55     "NetMask",
56     "NetMaskV6",
57     "TrapBlock",
58     "TrapItem",
59     "TrapCommunity",
60     "TrapInterestedHost",
61     "HostTrap",
62     "Enterprise",
63     "TrapNum",
64     "InformBlock",
65     "InformItem",
66     "InformCommunity",
67     "InformInterestedHost",
68     "HostInform",
69   };
70 }
71
Popular Tags