KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > cayenne > ejbql > parser > EJBQLTreeConstants


1 /* Generated By:JJTree: Do not edit this line. /Users/andrus/work/cayenne-3.0M1/framework/cayenne-jdk1.4-unpublished/target/generated-sources/jjtree/org/apache/cayenne/ejbql/EJBQLTreeConstants.java */
2
3 package org.apache.cayenne.ejbql.parser;
4
5 public interface EJBQLTreeConstants
6 {
7   public int JJTVOID = 0;
8   public int JJTSELECT = 1;
9   public int JJTUPDATE = 2;
10   public int JJTDELETE = 3;
11   public int JJTFROM = 4;
12   public int JJTFROMITEM = 5;
13   public int JJTINNERJOIN = 6;
14   public int JJTOUTERJOIN = 7;
15   public int JJTOUTERFETCHJOIN = 8;
16   public int JJTINNERFETCHJOIN = 9;
17   public int JJTPATH = 10;
18   public int JJTUPDATEITEM = 11;
19   public int JJTUPDATEFIELD = 12;
20   public int JJTUPDATEVALUE = 13;
21   public int JJTSELECTCLAUSE = 14;
22   public int JJTSELECTEXPRESSIONS = 15;
23   public int JJTSELECTEXPRESSION = 16;
24   public int JJTCONSTRUCTOR = 17;
25   public int JJTCLASSNAME = 18;
26   public int JJTCONSTRUCTORPARAMETERS = 19;
27   public int JJTCONSTRUCTORPARAMETER = 20;
28   public int JJTAGGREGATE = 21;
29   public int JJTDISTINCT = 22;
30   public int JJTCOUNT = 23;
31   public int JJTAVERAGE = 24;
32   public int JJTMAX = 25;
33   public int JJTMIN = 26;
34   public int JJTSUM = 27;
35   public int JJTWHERE = 28;
36   public int JJTGROUPBY = 29;
37   public int JJTHAVING = 30;
38   public int JJTSUBSELECT = 31;
39   public int JJTOR = 32;
40   public int JJTAND = 33;
41   public int JJTNOT = 34;
42   public int JJTBETWEEN = 35;
43   public int JJTIN = 36;
44   public int JJTLIKE = 37;
45   public int JJTISNULL = 38;
46   public int JJTISEMPTY = 39;
47   public int JJTMEMBEROF = 40;
48   public int JJTEXISTS = 41;
49   public int JJTANY = 42;
50   public int JJTALL = 43;
51   public int JJTEQUALS = 44;
52   public int JJTNOTEQUALS = 45;
53   public int JJTGREATERTHAN = 46;
54   public int JJTGREATEROREQUAL = 47;
55   public int JJTLESSTHAN = 48;
56   public int JJTLESSOREQUAL = 49;
57   public int JJTADD = 50;
58   public int JJTSUBTRACT = 51;
59   public int JJTMULTIPLY = 52;
60   public int JJTDIVIDE = 53;
61   public int JJTNEGATIVE = 54;
62   public int JJTCONCAT = 55;
63   public int JJTSUBSTRING = 56;
64   public int JJTTRIM = 57;
65   public int JJTLOWER = 58;
66   public int JJTUPPER = 59;
67   public int JJTTRIMLEADING = 60;
68   public int JJTTRIMTRAILING = 61;
69   public int JJTTRIMBOTH = 62;
70   public int JJTLENGTH = 63;
71   public int JJTLOCATE = 64;
72   public int JJTABS = 65;
73   public int JJTSQRT = 66;
74   public int JJTMOD = 67;
75   public int JJTSIZE = 68;
76   public int JJTCURRENTDATE = 69;
77   public int JJTCURRENTTIME = 70;
78   public int JJTCURRENTTIMESTAMP = 71;
79   public int JJTORDERBY = 72;
80   public int JJTORDERBYITEM = 73;
81   public int JJTASCENDING = 74;
82   public int JJTDESCENDING = 75;
83   public int JJTABSTRACTSCHEMANAME = 76;
84   public int JJTTOK = 77;
85   public int JJTIDENTIFIER = 78;
86   public int JJTIDENTIFICATIONVARIABLE = 79;
87   public int JJTINTEGERLITERAL = 80;
88   public int JJTDECIMALLITERAL = 81;
89   public int JJTBOOLEANLITERAL = 82;
90   public int JJTSTRINGLITERAL = 83;
91   public int JJTNAMEDINPUTPARAMETER = 84;
92   public int JJTPOSITIONALINPUTPARAMETER = 85;
93   public int JJTPATTERNVALUE = 86;
94   public int JJTESCAPECHARACTER = 87;
95   public int JJTTRIMCHARACTER = 88;
96
97
98   public String JavaDoc[] jjtNodeName = {
99     "void",
100     "Select",
101     "Update",
102     "Delete",
103     "From",
104     "FromItem",
105     "InnerJoin",
106     "OuterJoin",
107     "OuterFetchJoin",
108     "InnerFetchJoin",
109     "Path",
110     "UpdateItem",
111     "UpdateField",
112     "UpdateValue",
113     "SelectClause",
114     "SelectExpressions",
115     "SelectExpression",
116     "Constructor",
117     "ClassName",
118     "ConstructorParameters",
119     "ConstructorParameter",
120     "Aggregate",
121     "Distinct",
122     "Count",
123     "Average",
124     "Max",
125     "Min",
126     "Sum",
127     "Where",
128     "GroupBy",
129     "Having",
130     "Subselect",
131     "Or",
132     "And",
133     "Not",
134     "Between",
135     "In",
136     "Like",
137     "IsNull",
138     "IsEmpty",
139     "MemberOf",
140     "Exists",
141     "Any",
142     "All",
143     "Equals",
144     "NotEquals",
145     "GreaterThan",
146     "GreaterOrEqual",
147     "LessThan",
148     "LessOrEqual",
149     "Add",
150     "Subtract",
151     "Multiply",
152     "Divide",
153     "Negative",
154     "Concat",
155     "Substring",
156     "Trim",
157     "Lower",
158     "Upper",
159     "TrimLeading",
160     "TrimTrailing",
161     "TrimBoth",
162     "Length",
163     "Locate",
164     "Abs",
165     "Sqrt",
166     "Mod",
167     "Size",
168     "CurrentDate",
169     "CurrentTime",
170     "CurrentTimestamp",
171     "OrderBy",
172     "OrderByItem",
173     "Ascending",
174     "Descending",
175     "AbstractSchemaName",
176     "Tok",
177     "Identifier",
178     "IdentificationVariable",
179     "IntegerLiteral",
180     "DecimalLiteral",
181     "BooleanLiteral",
182     "StringLiteral",
183     "NamedInputParameter",
184     "PositionalInputParameter",
185     "PatternValue",
186     "EscapeCharacter",
187     "TrimCharacter",
188   };
189 }
190
Popular Tags