KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > nfunk > jep > ParserTreeConstants


1 /* Generated By:JJTree: Do not edit this line. G:/eclipse/jep/src/org/nfunk/jep\ParserTreeConstants.java */
2
3 package org.nfunk.jep;
4
5 public interface ParserTreeConstants
6 {
7   public int JJTSTART = 0;
8   public int JJTVOID = 1;
9   public int JJTFUNNODE = 2;
10   public int JJTVARNODE = 3;
11   public int JJTCONSTANT = 4;
12
13
14   public String JavaDoc[] jjtNodeName = {
15     "Start",
16     "void",
17     "FunNode",
18     "VarNode",
19     "Constant",
20   };
21 }
22
Popular Tags