KickJava   Java API By Example, From Geeks To Geeks.

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


1 /* Generated By:JJTree: Do not edit this line. /tmp/make/beautyJ-1_1/src/beautyj/de/gulden/util/javasource/jjt/JavadocParserTreeConstants.java */
2
3 package de.gulden.util.javasource.jjt;
4
5 public interface JavadocParserTreeConstants
6 {
7   public int JJTCOMPILATIONUNIT = 0;
8   public int JJTVOID = 1;
9   public int JJTDESCRIPTION = 2;
10   public int JJTLINE = 3;
11   public int JJTWORD = 4;
12   public int JJTTAG = 5;
13   public int JJTTAGITEM = 6;
14
15
16   public String JavaDoc[] jjtNodeName = {
17     "CompilationUnit",
18     "void",
19     "Description",
20     "Line",
21     "Word",
22     "Tag",
23     "TagItem",
24   };
25 }
26
Popular Tags