KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > jonas_ejb > deployment > ejbql > EJBQLTreeConstants


1 /* Generated By:JJTree: Do not edit this line. EJBQLTreeConstants.java */
2
3 package org.objectweb.jonas_ejb.deployment.ejbql;
4
5 public interface EJBQLTreeConstants
6 {
7   public int JJTEJBQL = 0;
8   public int JJTFROMCLAUSE = 1;
9   public int JJTVOID = 2;
10   public int JJTCOLLECTIONMEMBERDECLARATION = 3;
11   public int JJTRANGEVARIABLEDECLARATION = 4;
12   public int JJTSINGLEVALUEDPATHEXPRESSION = 5;
13   public int JJTCMPPATHEXPRESSION = 6;
14   public int JJTSINGLEVALUEDCMRPATHEXPRESSION = 7;
15   public int JJTCOLLECTIONVALUEDPATHEXPRESSION = 8;
16   public int JJTSELECTCLAUSE = 9;
17   public int JJTSELECTEXPRESSION = 10;
18   public int JJTAGGREGATESELECTEXPRESSION = 11;
19   public int JJTORDERBYCLAUSE = 12;
20   public int JJTORDERBYITEM = 13;
21   public int JJTLIMITCLAUSE = 14;
22   public int JJTLIMITEXPRESSION = 15;
23   public int JJTWHERECLAUSE = 16;
24   public int JJTCONDITIONALEXPRESSION = 17;
25   public int JJTCONDITIONALTERM = 18;
26   public int JJTCONDITIONALFACTOR = 19;
27   public int JJTBETWEENEXPRESSION = 20;
28   public int JJTINEXPRESSION = 21;
29   public int JJTLIKEEXPRESSION = 22;
30   public int JJTNULLCOMPARISONEXPRESSION = 23;
31   public int JJTEMPTYCOLLECTIONCOMPARISONEXPRESSION = 24;
32   public int JJTCOLLECTIONMEMBEREXPRESSION = 25;
33   public int JJTCOMPARISONEXPRESSION = 26;
34   public int JJTARITHMETICEXPRESSION = 27;
35   public int JJTARITHMETICTERM = 28;
36   public int JJTARITHMETICFACTOR = 29;
37   public int JJTSTRINGEXPRESSION = 30;
38   public int JJTDATETIMEEXPRESSION = 31;
39   public int JJTBOOLEANEXPRESSION = 32;
40   public int JJTENTITYBEANEXPRESSION = 33;
41   public int JJTFUNCTIONSRETURNINGSTRINGS = 34;
42   public int JJTFUNCTIONSRETURNINGNUMERICS = 35;
43   public int JJTABSTRACTSCHEMANAME = 36;
44   public int JJTIDENTIFICATIONVARIABLE = 37;
45   public int JJTIDENTIFIER = 38;
46   public int JJTPATH = 39;
47   public int JJTLITERAL = 40;
48   public int JJTSTRINGLITERAL = 41;
49   public int JJTARITHMETICLITERAL = 42;
50   public int JJTINTEGERLITERAL = 43;
51   public int JJTFLOATINGPOINTLITERAL = 44;
52   public int JJTBOOLEANLITERAL = 45;
53   public int JJTINPUTPARAMETER = 46;
54
55
56   public String JavaDoc[] jjtNodeName = {
57     "EJBQL",
58     "FromClause",
59     "void",
60     "CollectionMemberDeclaration",
61     "RangeVariableDeclaration",
62     "SingleValuedPathExpression",
63     "CmpPathExpression",
64     "SingleValuedCmrPathExpression",
65     "CollectionValuedPathExpression",
66     "SelectClause",
67     "SelectExpression",
68     "AggregateSelectExpression",
69     "OrderByClause",
70     "OrderByItem",
71     "LimitClause",
72     "LimitExpression",
73     "WhereClause",
74     "ConditionalExpression",
75     "ConditionalTerm",
76     "ConditionalFactor",
77     "BetweenExpression",
78     "InExpression",
79     "LikeExpression",
80     "NullComparisonExpression",
81     "EmptyCollectionComparisonExpression",
82     "CollectionMemberExpression",
83     "ComparisonExpression",
84     "ArithmeticExpression",
85     "ArithmeticTerm",
86     "ArithmeticFactor",
87     "StringExpression",
88     "DatetimeExpression",
89     "BooleanExpression",
90     "EntityBeanExpression",
91     "FunctionsReturningStrings",
92     "FunctionsReturningNumerics",
93     "AbstractSchemaName",
94     "IdentificationVariable",
95     "Identifier",
96     "Path",
97     "Literal",
98     "StringLiteral",
99     "ArithmeticLiteral",
100     "IntegerLiteral",
101     "FloatingPointLiteral",
102     "BooleanLiteral",
103     "InputParameter",
104   };
105 }
106
Popular Tags