01: /* Generated By:JJTree: Do not edit this line. /tmp/make/beautyJ-1_1/src/beautyj/de/gulden/util/javasource/jjt/ParserTreeConstants.java */
02:
03: package de.gulden.util.javasource.jjt;
04:
05: public interface ParserTreeConstants {
06: public int JJT_SOURCE = 0;
07: public int JJT_PACKAGE = 1;
08: public int JJT_IMPORT = 2;
09: public int JJT_PACKAGEIMPORT = 3;
10: public int JJTVOID = 4;
11: public int JJT_CLASS = 5;
12: public int JJT_MODIFIER = 6;
13: public int JJT_NAME = 7;
14: public int JJT_SUPERCLASS = 8;
15: public int JJT_INNERCLASS = 9;
16: public int JJT_INTERFACE = 10;
17: public int JJT_INNERINTERFACE = 11;
18: public int JJT_FIELD = 12;
19: public int JJT_FIELDVAR = 13;
20: public int JJT_CODE = 14;
21: public int JJT_METHOD = 15;
22: public int JJT_THROWS = 16;
23: public int JJT_PARAMETER = 17;
24: public int JJT_FINAL = 18;
25: public int JJT_CONSTRUCTOR = 19;
26: public int JJT_INITIALIZER = 20;
27: public int JJT_STATIC = 21;
28: public int JJT_TYPE = 22;
29: public int JJT_PRIMITIVE = 23;
30: public int JJT_IMPLEMENTS = 24;
31: public int JJT_ISARRAY = 25;
32: public int JJT_IDENTIFIER = 26;
33: public int JJT_DOT = 27;
34: public int JJT_PUBLIC = 28;
35: public int JJT_PROTECTED = 29;
36: public int JJT_PRIVATE = 30;
37: public int JJT_ABSTRACT = 31;
38: public int JJT_SYNCHRONIZED = 32;
39: public int JJT_TRANSIENT = 33;
40: public int JJT_VOLATILE = 34;
41: public int JJT_STRICTFP = 35;
42: public int JJT_NATIVE = 36;
43:
44: public String[] jjtNodeName = { "_SOURCE", "_PACKAGE", "_IMPORT",
45: "_PACKAGEIMPORT", "void", "_CLASS", "_MODIFIER", "_NAME",
46: "_SUPERCLASS", "_INNERCLASS", "_INTERFACE",
47: "_INNERINTERFACE", "_FIELD", "_FIELDVAR", "_CODE",
48: "_METHOD", "_THROWS", "_PARAMETER", "_FINAL",
49: "_CONSTRUCTOR", "_INITIALIZER", "_STATIC", "_TYPE",
50: "_PRIMITIVE", "_IMPLEMENTS", "_ISARRAY", "_IDENTIFIER",
51: "_DOT", "_PUBLIC", "_PROTECTED", "_PRIVATE", "_ABSTRACT",
52: "_SYNCHRONIZED", "_TRANSIENT", "_VOLATILE", "_STRICTFP",
53: "_NATIVE", };
54: }
|