01: /* Generated By:JJTree: Do not edit this line. org/objectweb/speedo/runtime/query/parser/SpeedoQLTreeConstants.java */
02:
03: package org.objectweb.speedo.query.jdo.parser;
04:
05: public interface SpeedoQLTreeConstants {
06: public int JJTSPEEDOQL = 0;
07: public int JJTSPEEDOPRIMARY = 1;
08: public int JJTPRIMARY = 2;
09: public int JJTVOID = 3;
10: public int JJTRELATIONALEXPRESSION = 4;
11: public int JJTADDITIVEEXPRESSION = 5;
12: public int JJTUNARYEXPRESSION = 6;
13: public int JJTCASTEXPRESSION = 7;
14: public int JJTARGUMENTLIST = 8;
15: public int JJTLITERAL = 9;
16: public int JJTTYPE = 10;
17: public int JJTQUALIFIEDNAME = 11;
18:
19: public String[] jjtNodeName = { "SpeedoQL", "SpeedoPrimary",
20: "Primary", "void", "RelationalExpression",
21: "AdditiveExpression", "UnaryExpression", "CastExpression",
22: "ArgumentList", "Literal", "Type", "QualifiedName", };
23: }
|