KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > sourceforge > pmd > jsp > ast > JspParserTreeConstants


1 /* Generated By:JJTree: Do not edit this line. /home/tom/pmd/pmd/src/net/sourceforge/pmd/jsp/ast/JspParserTreeConstants.java */
2
3 package net.sourceforge.pmd.jsp.ast;
4
5 public interface JspParserTreeConstants
6 {
7   public int JJTCOMPILATIONUNIT = 0;
8   public int JJTVOID = 1;
9   public int JJTCONTENT = 2;
10   public int JJTJSPDIRECTIVE = 3;
11   public int JJTJSPDIRECTIVEATTRIBUTE = 4;
12   public int JJTJSPSCRIPTLET = 5;
13   public int JJTJSPEXPRESSION = 6;
14   public int JJTJSPDECLARATION = 7;
15   public int JJTJSPCOMMENT = 8;
16   public int JJTTEXT = 9;
17   public int JJTUNPARSEDTEXT = 10;
18   public int JJTELEXPRESSION = 11;
19   public int JJTVALUEBINDING = 12;
20   public int JJTCDATA = 13;
21   public int JJTELEMENT = 14;
22   public int JJTATTRIBUTE = 15;
23   public int JJTATTRIBUTEVALUE = 16;
24   public int JJTJSPEXPRESSIONINATTRIBUTE = 17;
25   public int JJTCOMMENTTAG = 18;
26   public int JJTDECLARATION = 19;
27   public int JJTDOCTYPEDECLARATION = 20;
28   public int JJTDOCTYPEEXTERNALID = 21;
29
30
31   public String JavaDoc[] jjtNodeName = {
32     "CompilationUnit",
33     "void",
34     "Content",
35     "JspDirective",
36     "JspDirectiveAttribute",
37     "JspScriptlet",
38     "JspExpression",
39     "JspDeclaration",
40     "JspComment",
41     "Text",
42     "UnparsedText",
43     "ElExpression",
44     "ValueBinding",
45     "CData",
46     "Element",
47     "Attribute",
48     "AttributeValue",
49     "JspExpressionInAttribute",
50     "CommentTag",
51     "Declaration",
52     "DoctypeDeclaration",
53     "DoctypeExternalId",
54   };
55 }
56
Popular Tags