01: /* Generated By:JJTree: Do not edit this line. D:/aw/cvs_aw/aspectwerkz4/src/main/org/codehaus/aspectwerkz/annotation/expression/ast\AnnotationParserTreeConstants.java */
02:
03: package org.codehaus.aspectwerkz.annotation.expression.ast;
04:
05: public interface AnnotationParserTreeConstants {
06: public int JJTROOT = 0;
07: public int JJTANNOTATION = 1;
08: public int JJTVOID = 2;
09: public int JJTKEYVALUEPAIR = 3;
10: public int JJTIDENTIFIER = 4;
11: public int JJTBOOLEAN = 5;
12: public int JJTCHAR = 6;
13: public int JJTSTRING = 7;
14: public int JJTARRAY = 8;
15: public int JJTINTEGER = 9;
16: public int JJTFLOAT = 10;
17: public int JJTHEX = 11;
18: public int JJTOCT = 12;
19:
20: public String[] jjtNodeName = { "Root", "Annotation", "void",
21: "KeyValuePair", "Identifier", "Boolean", "Char", "String",
22: "Array", "Integer", "Float", "Hex", "Oct", };
23: }
|