Initial import into git.
[galago.git] / java / pig-galago / src / com / yahoo / pig / impl / logicalLayer / parser / QueryParserTreeConstants.java
blob687b6bb2869d8fc42cd5ae3ac324ab6f98b9bc46
1 /* Generated By:JJTree: Do not edit this line. /Users/trevor/Documents/School/othercode/pig-src/src/com/yahoo/pig/impl/logicalLayer/parser/QueryParserTreeConstants.java */
3 package com.yahoo.pig.impl.logicalLayer.parser;
5 public interface QueryParserTreeConstants
7 public int JJTPARSE = 0;
8 public int JJTEXPR = 1;
9 public int JJTNESTEDEXPR = 2;
10 public int JJTALIAS = 3;
11 public int JJTBASEEXPR = 4;
12 public int JJTLOADCLAUSE = 5;
13 public int JJTFILTERCLAUSE = 6;
14 public int JJTPCOND = 7;
15 public int JJTPORCOND = 8;
16 public int JJTPANDCOND = 9;
17 public int JJTPUNARYCOND = 10;
18 public int JJTPNOTCOND = 11;
19 public int JJTCOGROUPCLAUSE = 12;
20 public int JJTGROUPITEM = 13;
21 public int JJTGROUPBYEXPR = 14;
22 public int JJTGROUPBYSPEC = 15;
23 public int JJTCROSSCLAUSE = 16;
24 public int JJTUNIONCLAUSE = 17;
25 public int JJTFOREACHCLAUSE = 18;
26 public int JJTNESTEDBLOCK = 19;
27 public int JJTNESTEDCOMMAND = 20;
28 public int JJTNESTEDFILTER = 21;
29 public int JJTNESTEDSORTORARRANGE = 22;
30 public int JJTNESTEDDISTINCT = 23;
31 public int JJTGENERATESTATEMENT = 24;
32 public int JJTFLATTENEDGENERATEITEMLIST = 25;
33 public int JJTFLATTENEDGENERATEITEM = 26;
34 public int JJTGENERATEITEM = 27;
35 public int JJTINFIXEXPR = 28;
36 public int JJTADDITIVEEXPR = 29;
37 public int JJTMULTIPLICATIVEEXPR = 30;
38 public int JJTUNARYEXPR = 31;
39 public int JJTBASEEVALITEM = 32;
40 public int JJTBINCOND = 33;
41 public int JJTFUNCEVALITEM = 34;
42 public int JJTEVALARGS = 35;
43 public int JJTEVALARGSITEM = 36;
44 public int JJTASCLAUSE = 37;
45 public int JJTSCHEMAELEMENT = 38;
46 public int JJTSCHEMAFIELD = 39;
47 public int JJTSCHEMATUPLE = 40;
48 public int JJTSCHEMABAG = 41;
49 public int JJTPEVALSPECPIPE = 42;
50 public int JJTPEVALSPEC = 43;
51 public int JJTPFILTER = 44;
52 public int JJTPSAD = 45;
53 public int JJTPEVALITEMLIST = 46;
54 public int JJTPEVALITEM = 47;
55 public int JJTPNESTABLEEVALITEM = 48;
56 public int JJTEVALFUNCTIONITEM = 49;
57 public int JJTSERIALIZEDBINCOND = 50;
58 public int JJTPSERIALIZEDCOND = 51;
59 public int JJTPSERIALIZEDORCOND = 52;
60 public int JJTPSERIALIZEDANDCOND = 53;
61 public int JJTPSERIALIZEDUNARYCOND = 54;
62 public int JJTPSERIALIZEDNOTCOND = 55;
63 public int JJTPWINDOW = 56;
64 public int JJTPTIMEWINDOW = 57;
65 public int JJTPTUPLEWINDOW = 58;
66 public int JJTEVALFUNCTION = 59;
67 public int JJTGROUPFUNCTION = 60;
68 public int JJTLOADFUNCTION = 61;
69 public int JJTFILTERFUNCTION = 62;
70 public int JJTVOID = 63;
71 public int JJTBRACKETEDSIMPLEPROJ = 64;
72 public int JJTSIMPLEPROJOREMPTY = 65;
73 public int JJTSIMPLEPROJ = 66;
74 public int JJTPSIMPLEPROJITEM = 67;
75 public int JJTSTAR = 68;
76 public int JJTCONST = 69;
77 public int JJTPCOLEVALITEM = 70;
78 public int JJTDOLLARVAR = 71;
79 public int JJTALIASFIELD = 72;
82 public String[] jjtNodeName = {
83 "Parse",
84 "Expr",
85 "NestedExpr",
86 "Alias",
87 "BaseExpr",
88 "LoadClause",
89 "FilterClause",
90 "PCond",
91 "POrCond",
92 "PAndCond",
93 "PUnaryCond",
94 "PNotCond",
95 "CogroupClause",
96 "GroupItem",
97 "GroupByExpr",
98 "GroupBySpec",
99 "CrossClause",
100 "UnionClause",
101 "ForEachClause",
102 "NestedBlock",
103 "NestedCommand",
104 "NestedFilter",
105 "NestedSortOrArrange",
106 "NestedDistinct",
107 "GenerateStatement",
108 "FlattenedGenerateItemList",
109 "FlattenedGenerateItem",
110 "GenerateItem",
111 "InfixExpr",
112 "AdditiveExpr",
113 "MultiplicativeExpr",
114 "UnaryExpr",
115 "BaseEvalItem",
116 "BinCond",
117 "FuncEvalItem",
118 "EvalArgs",
119 "EvalArgsItem",
120 "AsClause",
121 "SchemaElement",
122 "SchemaField",
123 "SchemaTuple",
124 "SchemaBag",
125 "PEvalSpecPipe",
126 "PEvalSpec",
127 "PFilter",
128 "PSAD",
129 "PEvalItemList",
130 "PEvalItem",
131 "PNestableEvalItem",
132 "EvalFunctionItem",
133 "SerializedBinCond",
134 "PSerializedCond",
135 "PSerializedOrCond",
136 "PSerializedAndCond",
137 "PSerializedUnaryCond",
138 "PSerializedNotCond",
139 "PWindow",
140 "PTimeWindow",
141 "PTupleWindow",
142 "EvalFunction",
143 "GroupFunction",
144 "LoadFunction",
145 "FilterFunction",
146 "void",
147 "BracketedSimpleProj",
148 "SimpleProjOrEmpty",
149 "SimpleProj",
150 "PSimpleProjItem",
151 "Star",
152 "Const",
153 "PColEvalItem",
154 "DollarVar",
155 "AliasField",