View Javadoc

1   /* Generated By:JavaCC: Do not edit this line. JspParserTreeConstants.java Version 4.1 */
2   package net.sourceforge.pmd.jsp.ast;
3   
4   public interface JspParserTreeConstants
5   {
6     public int JJTCOMPILATIONUNIT = 0;
7     public int JJTVOID = 1;
8     public int JJTCONTENT = 2;
9     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=d7bde07aef0db02727c15b118c4c677f (do not edit this line) */