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