aboutsummaryrefslogtreecommitdiff
path: root/examples/Mini/MiniParserTreeConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Mini/MiniParserTreeConstants.java')
-rw-r--r--examples/Mini/MiniParserTreeConstants.java33
1 files changed, 33 insertions, 0 deletions
diff --git a/examples/Mini/MiniParserTreeConstants.java b/examples/Mini/MiniParserTreeConstants.java
new file mode 100644
index 00000000..5f4c54f6
--- /dev/null
+++ b/examples/Mini/MiniParserTreeConstants.java
@@ -0,0 +1,33 @@
+/* Generated By:JJTree: Do not edit this line. MiniParserTreeConstants.java */
+
+package Mini;
+
+public interface MiniParserTreeConstants
+{
+ public int JJTPROGRAM = 0;
+ public int JJTFUNDECL = 1;
+ public int JJTEXPR = 2;
+ public int JJTIFEXPR = 3;
+ public int JJTLETEXPR = 4;
+ public int JJTFUNAPPL = 5;
+ public int JJTTERM = 6;
+ public int JJTFACTOR = 7;
+ public int JJTVOID = 8;
+ public int JJTINTEGER = 9;
+ public int JJTIDENT = 10;
+
+
+ public String[] jjtNodeName = {
+ "Program",
+ "FunDecl",
+ "Expr",
+ "IfExpr",
+ "LetExpr",
+ "FunAppl",
+ "Term",
+ "Factor",
+ "void",
+ "Integer",
+ "Ident",
+ };
+}