aboutsummaryrefslogtreecommitdiff
path: root/generated-sources/jjtree/org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.java
diff options
context:
space:
mode:
authorAndrew Vuong <akvuong@google.com>2023-02-22 21:17:27 +0000
committerAndrew Vuong <akvuong@google.com>2023-02-22 21:17:27 +0000
commit757677e8848ed434bb36206b674db6d601cbe5e5 (patch)
tree2ab78e0ae0cda6d3ac8006cd6e0c6be8dc78a873 /generated-sources/jjtree/org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.java
parentbc4c7a291f1579e1b6b903dc43b707a755577565 (diff)
parentf2461dce3a7455fc0416a7b0b95ed4021eff714d (diff)
downloadapache-velocity-engine-757677e8848ed434bb36206b674db6d601cbe5e5.tar.gz
Merge of apache-velocity-engine from aosp/masteraml_tz4_332714010
Bug: 262898801 Test: mma Change-Id: I68491a2e8b89245a1bff44d86023cec475ff902d
Diffstat (limited to 'generated-sources/jjtree/org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.java')
-rw-r--r--generated-sources/jjtree/org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.java101
1 files changed, 101 insertions, 0 deletions
diff --git a/generated-sources/jjtree/org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.java b/generated-sources/jjtree/org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.java
new file mode 100644
index 00000000..f6cdcb65
--- /dev/null
+++ b/generated-sources/jjtree/org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.java
@@ -0,0 +1,101 @@
+/* Generated By:JavaCC: Do not edit this line. StandardParserTreeConstants.java Version 5.0 */
+package org.apache.velocity.runtime.parser.node;
+
+import org.apache.velocity.runtime.parser.*;
+
+public interface StandardParserTreeConstants
+{
+ public int JJTPROCESS = 0;
+ public int JJTVOID = 1;
+ public int JJTTEXT = 2;
+ public int JJTESCAPEDDIRECTIVE = 3;
+ public int JJTESCAPE = 4;
+ public int JJTCOMMENT = 5;
+ public int JJTTEXTBLOCK = 6;
+ public int JJTFLOATINGPOINTLITERAL = 7;
+ public int JJTINTEGERLITERAL = 8;
+ public int JJTSTRINGLITERAL = 9;
+ public int JJTIDENTIFIER = 10;
+ public int JJTWORD = 11;
+ public int JJTDIRECTIVEASSIGN = 12;
+ public int JJTDIRECTIVE = 13;
+ public int JJTBLOCK = 14;
+ public int JJTMAP = 15;
+ public int JJTOBJECTARRAY = 16;
+ public int JJTINTEGERRANGE = 17;
+ public int JJTMETHOD = 18;
+ public int JJTINDEX = 19;
+ public int JJTREFERENCE = 20;
+ public int JJTTRUE = 21;
+ public int JJTFALSE = 22;
+ public int JJTIFSTATEMENT = 23;
+ public int JJTELSESTATEMENT = 24;
+ public int JJTELSEIFSTATEMENT = 25;
+ public int JJTSETDIRECTIVE = 26;
+ public int JJTEXPRESSION = 27;
+ public int JJTASSIGNMENT = 28;
+ public int JJTORNODE = 29;
+ public int JJTANDNODE = 30;
+ public int JJTEQNODE = 31;
+ public int JJTNENODE = 32;
+ public int JJTLTNODE = 33;
+ public int JJTGTNODE = 34;
+ public int JJTLENODE = 35;
+ public int JJTGENODE = 36;
+ public int JJTADDNODE = 37;
+ public int JJTSUBTRACTNODE = 38;
+ public int JJTMULNODE = 39;
+ public int JJTDIVNODE = 40;
+ public int JJTMODNODE = 41;
+ public int JJTNOTNODE = 42;
+ public int JJTNEGATENODE = 43;
+
+
+ public String[] jjtNodeName = {
+ "process",
+ "void",
+ "Text",
+ "EscapedDirective",
+ "Escape",
+ "Comment",
+ "Textblock",
+ "FloatingPointLiteral",
+ "IntegerLiteral",
+ "StringLiteral",
+ "Identifier",
+ "Word",
+ "DirectiveAssign",
+ "Directive",
+ "Block",
+ "Map",
+ "ObjectArray",
+ "IntegerRange",
+ "Method",
+ "Index",
+ "Reference",
+ "True",
+ "False",
+ "IfStatement",
+ "ElseStatement",
+ "ElseIfStatement",
+ "SetDirective",
+ "Expression",
+ "Assignment",
+ "OrNode",
+ "AndNode",
+ "EQNode",
+ "NENode",
+ "LTNode",
+ "GTNode",
+ "LENode",
+ "GENode",
+ "AddNode",
+ "SubtractNode",
+ "MulNode",
+ "DivNode",
+ "ModNode",
+ "NotNode",
+ "NegateNode",
+ };
+}
+/* JavaCC - OriginalChecksum=3cbe37a416c36eb645df00e50cd4ad4d (do not edit this line) */