KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > de > gulden > util > javasource > jjt > ParserTreeConstants


1 /* Generated By:JJTree: Do not edit this line. /tmp/make/beautyJ-1_1/src/beautyj/de/gulden/util/javasource/jjt/ParserTreeConstants.java */
2
3 package de.gulden.util.javasource.jjt;
4
5 public interface ParserTreeConstants
6 {
7   public int JJT_SOURCE = 0;
8   public int JJT_PACKAGE = 1;
9   public int JJT_IMPORT = 2;
10   public int JJT_PACKAGEIMPORT = 3;
11   public int JJTVOID = 4;
12   public int JJT_CLASS = 5;
13   public int JJT_MODIFIER = 6;
14   public int JJT_NAME = 7;
15   public int JJT_SUPERCLASS = 8;
16   public int JJT_INNERCLASS = 9;
17   public int JJT_INTERFACE = 10;
18   public int JJT_INNERINTERFACE = 11;
19   public int JJT_FIELD = 12;
20   public int JJT_FIELDVAR = 13;
21   public int JJT_CODE = 14;
22   public int JJT_METHOD = 15;
23   public int JJT_THROWS = 16;
24   public int JJT_PARAMETER = 17;
25   public int JJT_FINAL = 18;
26   public int JJT_CONSTRUCTOR = 19;
27   public int JJT_INITIALIZER = 20;
28   public int JJT_STATIC = 21;
29   public int JJT_TYPE = 22;
30   public int JJT_PRIMITIVE = 23;
31   public int JJT_IMPLEMENTS = 24;
32   public int JJT_ISARRAY = 25;
33   public int JJT_IDENTIFIER = 26;
34   public int JJT_DOT = 27;
35   public int JJT_PUBLIC = 28;
36   public int JJT_PROTECTED = 29;
37   public int JJT_PRIVATE = 30;
38   public int JJT_ABSTRACT = 31;
39   public int JJT_SYNCHRONIZED = 32;
40   public int JJT_TRANSIENT = 33;
41   public int JJT_VOLATILE = 34;
42   public int JJT_STRICTFP = 35;
43   public int JJT_NATIVE = 36;
44
45
46   public String JavaDoc[] jjtNodeName = {
47     "_SOURCE",
48     "_PACKAGE",
49     "_IMPORT",
50     "_PACKAGEIMPORT",
51     "void",
52     "_CLASS",
53     "_MODIFIER",
54     "_NAME",
55     "_SUPERCLASS",
56     "_INNERCLASS",
57     "_INTERFACE",
58     "_INNERINTERFACE",
59     "_FIELD",
60     "_FIELDVAR",
61     "_CODE",
62     "_METHOD",
63     "_THROWS",
64     "_PARAMETER",
65     "_FINAL",
66     "_CONSTRUCTOR",
67     "_INITIALIZER",
68     "_STATIC",
69     "_TYPE",
70     "_PRIMITIVE",
71     "_IMPLEMENTS",
72     "_ISARRAY",
73     "_IDENTIFIER",
74     "_DOT",
75     "_PUBLIC",
76     "_PROTECTED",
77     "_PRIVATE",
78     "_ABSTRACT",
79     "_SYNCHRONIZED",
80     "_TRANSIENT",
81     "_VOLATILE",
82     "_STRICTFP",
83     "_NATIVE",
84   };
85 }
86
Popular Tags