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
= {
105 "NestedSortOrArrange",
108 "FlattenedGenerateItemList",
109 "FlattenedGenerateItem",
113 "MultiplicativeExpr",
136 "PSerializedAndCond",
137 "PSerializedUnaryCond",
138 "PSerializedNotCond",
147 "BracketedSimpleProj",