KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > aop > annotation > ast > AnnotationParserTreeConstants


1 /* Generated By:JJTree: Do not edit this line. AnnotationParserTreeConstants.java */
2
3 package org.jboss.aop.annotation.ast;
4
5 public interface AnnotationParserTreeConstants
6 {
7   public int JJTSTART = 0;
8   public int JJTANNOTATION = 1;
9   public int JJTSINGLEMEMBERVALUE = 2;
10   public int JJTMEMBERVALUEPAIRS = 3;
11   public int JJTMEMBERVALUEPAIR = 4;
12   public int JJTVOID = 5;
13   public int JJTMEMBERVALUEARRAYINITIALIZER = 6;
14   public int JJTIDENTIFIER = 7;
15   public int JJTSTRING = 8;
16   public int JJTCHAR = 9;
17
18
19   public String JavaDoc[] jjtNodeName = {
20     "Start",
21     "Annotation",
22     "SingleMemberValue",
23     "MemberValuePairs",
24     "MemberValuePair",
25     "void",
26     "MemberValueArrayInitializer",
27     "Identifier",
28     "String",
29     "Char",
30   };
31 }
32
Popular Tags