• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated By:JavaCC: Do not edit this line. StandardParserTreeConstants.java Version 5.0 */
2 package org.apache.velocity.runtime.parser.node;
3 
4 import org.apache.velocity.runtime.parser.*;
5 
6 public interface StandardParserTreeConstants
7 {
8   public int JJTPROCESS = 0;
9   public int JJTVOID = 1;
10   public int JJTTEXT = 2;
11   public int JJTESCAPEDDIRECTIVE = 3;
12   public int JJTESCAPE = 4;
13   public int JJTCOMMENT = 5;
14   public int JJTTEXTBLOCK = 6;
15   public int JJTFLOATINGPOINTLITERAL = 7;
16   public int JJTINTEGERLITERAL = 8;
17   public int JJTSTRINGLITERAL = 9;
18   public int JJTIDENTIFIER = 10;
19   public int JJTWORD = 11;
20   public int JJTDIRECTIVEASSIGN = 12;
21   public int JJTDIRECTIVE = 13;
22   public int JJTBLOCK = 14;
23   public int JJTMAP = 15;
24   public int JJTOBJECTARRAY = 16;
25   public int JJTINTEGERRANGE = 17;
26   public int JJTMETHOD = 18;
27   public int JJTINDEX = 19;
28   public int JJTREFERENCE = 20;
29   public int JJTTRUE = 21;
30   public int JJTFALSE = 22;
31   public int JJTIFSTATEMENT = 23;
32   public int JJTELSESTATEMENT = 24;
33   public int JJTELSEIFSTATEMENT = 25;
34   public int JJTSETDIRECTIVE = 26;
35   public int JJTEXPRESSION = 27;
36   public int JJTASSIGNMENT = 28;
37   public int JJTORNODE = 29;
38   public int JJTANDNODE = 30;
39   public int JJTEQNODE = 31;
40   public int JJTNENODE = 32;
41   public int JJTLTNODE = 33;
42   public int JJTGTNODE = 34;
43   public int JJTLENODE = 35;
44   public int JJTGENODE = 36;
45   public int JJTADDNODE = 37;
46   public int JJTSUBTRACTNODE = 38;
47   public int JJTMULNODE = 39;
48   public int JJTDIVNODE = 40;
49   public int JJTMODNODE = 41;
50   public int JJTNOTNODE = 42;
51   public int JJTNEGATENODE = 43;
52 
53 
54   public String[] jjtNodeName = {
55     "process",
56     "void",
57     "Text",
58     "EscapedDirective",
59     "Escape",
60     "Comment",
61     "Textblock",
62     "FloatingPointLiteral",
63     "IntegerLiteral",
64     "StringLiteral",
65     "Identifier",
66     "Word",
67     "DirectiveAssign",
68     "Directive",
69     "Block",
70     "Map",
71     "ObjectArray",
72     "IntegerRange",
73     "Method",
74     "Index",
75     "Reference",
76     "True",
77     "False",
78     "IfStatement",
79     "ElseStatement",
80     "ElseIfStatement",
81     "SetDirective",
82     "Expression",
83     "Assignment",
84     "OrNode",
85     "AndNode",
86     "EQNode",
87     "NENode",
88     "LTNode",
89     "GTNode",
90     "LENode",
91     "GENode",
92     "AddNode",
93     "SubtractNode",
94     "MulNode",
95     "DivNode",
96     "ModNode",
97     "NotNode",
98     "NegateNode",
99   };
100 }
101 /* JavaCC - OriginalChecksum=3cbe37a416c36eb645df00e50cd4ad4d (do not edit this line) */
102