Produced by Araxis Merge on 9/25/2018 2:13:06 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | build 3.zip\build 3\MHLTH_YS_137_Source\JavaScript\resources\javaJDF-1.8.0\src\com\sun\tools\example\debug\expr | ExpressionParserConstants.java | Mon Jan 22 14:46:52 2018 UTC |
2 | build 3.zip\build 3\MHLTH_YS_137_Source\JavaScript\resources\javaJDF-1.8.0\src\com\sun\tools\example\debug\expr | ExpressionParserConstants.java | Wed Sep 12 16:45:04 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 544 |
Changed | 1 | 2 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | /* | |
2 | * Copyrig ht (c) 199 9, 2011, O racle and/ or its aff iliates. A ll rights reserved. | |
3 | * DO NOT ALTER OR R EMOVE COPY RIGHT NOTI CES OR THI S FILE HEA DER. | |
4 | * | |
5 | * This co de is free software; you can r edistribut e it and/o r modify i t | |
6 | * under t he terms o f the GNU General Pu blic Licen se version 2 only, a s | |
7 | * publish ed by the Free Softw are Founda tion. Ora cle design ates this | |
8 | * particu lar file a s subject to the "Cl asspath" e xception a s provided | |
9 | * by Orac le in the LICENSE fi le that ac companied this code. | |
10 | * | |
11 | * This co de is dist ributed in the hope that it wi ll be usef ul, but WI THOUT | |
12 | * ANY WAR RANTY; wit hout even the implie d warranty of MERCHA NTABILITY or | |
13 | * FITNESS FOR A PAR TICULAR PU RPOSE. Se e the GNU General Pu blic Licen se | |
14 | * version 2 for mor e details (a copy is included in the LIC ENSE file that | |
15 | * accompa nied this code). | |
16 | * | |
17 | * You sho uld have r eceived a copy of th e GNU Gene ral Public License v ersion | |
18 | * 2 along with this work; if not, write to the Fr ee Softwar e Foundati on, | |
19 | * Inc., 5 1 Franklin St, Fifth Floor, Bo ston, MA 0 2110-1301 USA. | |
20 | * | |
21 | * Please contact Or acle, 500 Oracle Par kway, Redw ood Shores , CA 94065 USA | |
22 | * or visi t www.orac le.com if you need a dditional informatio n or have any | |
23 | * questio ns. | |
24 | */ | |
25 | ||
26 | /* | |
27 | * This so urce code is provide d to illus trate the usage of a given fea ture | |
28 | * or tech nique and has been d eliberatel y simplifi ed. Additi onal steps | |
29 | * require d for a pr oduction-q uality app lication, such as se curity che cks, | |
30 | * input v alidation and proper error han dling, mig ht not be present in | |
31 | * this sa mple code. | |
32 | */ | |
33 | ||
34 | ||
35 | /* Generat ed By:Java CC: Do not edit this line. Exp ressionPar serConstan ts.java */ | |
36 | package co m.sun.tool s.example. debug.expr ; | |
37 | ||
38 | public int erface Exp ressionPar serConstan ts { | |
39 | ||
40 | int EOF = 0; | |
41 | int SING LE_LINE_CO MMENT = 6; | |
42 | int FORM AL_COMMENT = 7; | |
43 | int MULT I_LINE_COM MENT = 8; | |
44 | int ABST RACT = 9; | |
45 | int BOOL EAN = 10; | |
46 | int BREA K = 11; | |
47 | int BYTE = 12; | |
48 | int CASE = 13; | |
49 | int CATC H = 14; | |
50 | int CHAR = 15; | |
51 | int CLAS S = 16; | |
52 | int CONS T = 17; | |
53 | int CONT INUE = 18; | |
54 | int _DEF AULT = 19; | |
55 | int DO = 20; | |
56 | int DOUB LE = 21; | |
57 | int ELSE = 22; | |
58 | int EXTE NDS = 23; | |
59 | int FALS E = 24; | |
60 | int FINA L = 25; | |
61 | int FINA LLY = 26; | |
62 | int FLOA T = 27; | |
63 | int FOR = 28; | |
64 | int GOTO = 29; | |
65 | int IF = 30; | |
66 | int IMPL EMENTS = 3 1; | |
67 | int IMPORT
|
|
68 | int INST ANCEOF = 3 3; | |
69 | int INT = 34; | |
70 | int INTE RFACE = 35 ; | |
71 | int LONG = 36; | |
72 | int NATI VE = 37; | |
73 | int NEW = 38; | |
74 | int NULL = 39; | |
75 | int PACK AGE = 40; | |
76 | int PRIV ATE = 41; | |
77 | int PROT ECTED = 42 ; | |
78 | int PUBL IC = 43; | |
79 | int RETU RN = 44; | |
80 | int SHOR T = 45; | |
81 | int STAT IC = 46; | |
82 | int SUPE R = 47; | |
83 | int SWIT CH = 48; | |
84 | int SYNC HRONIZED = 49; | |
85 | int THIS = 50; | |
86 | int THRO W = 51; | |
87 | int THRO WS = 52; | |
88 | int TRAN SIENT = 53 ; | |
89 | int TRUE = 54; | |
90 | int TRY = 55; | |
91 | int VOID = 56; | |
92 | int VOLA TILE = 57; | |
93 | int WHIL E = 58; | |
94 | int INTE GER_LITERA L = 59; | |
95 | int DECI MAL_LITERA L = 60; | |
96 | int HEX_ LITERAL = 61; | |
97 | int OCTA L_LITERAL = 62; | |
98 | int FLOA TING_POINT _LITERAL = 63; | |
99 | int EXPO NENT = 64; | |
100 | int CHAR ACTER_LITE RAL = 65; | |
101 | int STRI NG_LITERAL = 66; | |
102 | int IDEN TIFIER = 6 7; | |
103 | int LETT ER = 68; | |
104 | int DIGI T = 69; | |
105 | int LPAR EN = 70; | |
106 | int RPAR EN = 71; | |
107 | int LBRA CE = 72; | |
108 | int RBRA CE = 73; | |
109 | int LBRA CKET = 74; | |
110 | int RBRA CKET = 75; | |
111 | int SEMI COLON = 76 ; | |
112 | int COMM A = 77; | |
113 | int DOT = 78; | |
114 | int ASSI GN = 79; | |
115 | int GT = 80; | |
116 | int LT = 81; | |
117 | int BANG = 82; | |
118 | int TILD E = 83; | |
119 | int HOOK = 84; | |
120 | int COLO N = 85; | |
121 | int EQ = 86; | |
122 | int LE = 87; | |
123 | int GE = 88; | |
124 | int NE = 89; | |
125 | int SC_O R = 90; | |
126 | int SC_A ND = 91; | |
127 | int INCR = 92; | |
128 | int DECR = 93; | |
129 | int PLUS = 94; | |
130 | int MINU S = 95; | |
131 | int STAR = 96; | |
132 | int SLAS H = 97; | |
133 | int BIT_ AND = 98; | |
134 | int BIT_ OR = 99; | |
135 | int XOR = 100; | |
136 | int REM = 101; | |
137 | int LSHI FT = 102; | |
138 | int RSIG NEDSHIFT = 103; | |
139 | int RUNS IGNEDSHIFT = 104; | |
140 | int PLUS ASSIGN = 1 05; | |
141 | int MINU SASSIGN = 106; | |
142 | int STAR ASSIGN = 1 07; | |
143 | int SLAS HASSIGN = 108; | |
144 | int ANDA SSIGN = 10 9; | |
145 | int ORAS SIGN = 110 ; | |
146 | int XORA SSIGN = 11 1; | |
147 | int REMA SSIGN = 11 2; | |
148 | int LSHI FTASSIGN = 113; | |
149 | int RSIG NEDSHIFTAS SIGN = 114 ; | |
150 | int RUNS IGNEDSHIFT ASSIGN = 1 15; | |
151 | ||
152 | int DEFA ULT = 0; | |
153 | ||
154 | String[] tokenImag e = { | |
155 | "<EOF> ", | |
156 | "\" \" ", | |
157 | "\"\\t \"", | |
158 | "\"\\n \"", | |
159 | "\"\\r \"", | |
160 | "\"\\f \"", | |
161 | "<SING LE_LINE_CO MMENT>", | |
162 | "<FORM AL_COMMENT >", | |
163 | "<MULT I_LINE_COM MENT>", | |
164 | "\"abs tract\"", | |
165 | "\"boo lean\"", | |
166 | "\"bre ak\"", | |
167 | "\"byt e\"", | |
168 | "\"cas e\"", | |
169 | "\"cat ch\"", | |
170 | "\"cha r\"", | |
171 | "\"cla ss\"", | |
172 | "\"con st\"", | |
173 | "\"con tinue\"", | |
174 | "\"def ault\"", | |
175 | "\"do\ "", | |
176 | "\"dou ble\"", | |
177 | "\"els e\"", | |
178 | "\"ext ends\"", | |
179 | "\"fal se\"", | |
180 | "\"fin al\"", | |
181 | "\"fin ally\"", | |
182 | "\"flo at\"", | |
183 | "\"for \"", | |
184 | "\"got o\"", | |
185 | "\"if\ "", | |
186 | "\"imp lements\"" , | |
187 | "\"imp ort\"", | |
188 | "\"ins tanceof\"" , | |
189 | "\"int \"", | |
190 | "\"int erface\"", | |
191 | "\"lon g\"", | |
192 | "\"nat ive\"", | |
193 | "\"new \"", | |
194 | "\"nul l\"", | |
195 | "\"pac kage\"", | |
196 | "\"pri vate\"", | |
197 | "\"pro tected\"", | |
198 | "\"pub lic\"", | |
199 | "\"ret urn\"", | |
200 | "\"sho rt\"", | |
201 | "\"sta tic\"", | |
202 | "\"sup er\"", | |
203 | "\"swi tch\"", | |
204 | "\"syn chronized\ "", | |
205 | "\"thi s\"", | |
206 | "\"thr ow\"", | |
207 | "\"thr ows\"", | |
208 | "\"tra nsient\"", | |
209 | "\"tru e\"", | |
210 | "\"try \"", | |
211 | "\"voi d\"", | |
212 | "\"vol atile\"", | |
213 | "\"whi le\"", | |
214 | "<INTE GER_LITERA L>", | |
215 | "<DECI MAL_LITERA L>", | |
216 | "<HEX_ LITERAL>", | |
217 | "<OCTA L_LITERAL> ", | |
218 | "<FLOA TING_POINT _LITERAL>" , | |
219 | "<EXPO NENT>", | |
220 | "<CHAR ACTER_LITE RAL>", | |
221 | "<STRI NG_LITERAL >", | |
222 | "<IDEN TIFIER>", | |
223 | "<LETT ER>", | |
224 | "<DIGI T>", | |
225 | "\"(\" ", | |
226 | "\")\" ", | |
227 | "\"{\" ", | |
228 | "\"}\" ", | |
229 | "\"[\" ", | |
230 | "\"]\" ", | |
231 | "\";\" ", | |
232 | "\",\" ", | |
233 | "\".\" ", | |
234 | "\"=\" ", | |
235 | "\">\" ", | |
236 | "\"<\" ", | |
237 | "\"!\" ", | |
238 | "\"~\" ", | |
239 | "\"?\" ", | |
240 | "\":\" ", | |
241 | "\"==\ "", | |
242 | "\"<=\ "", | |
243 | "\">=\ "", | |
244 | "\"!=\ "", | |
245 | "\"||\ "", | |
246 | "\"&&\ "", | |
247 | "\"++\ "", | |
248 | "\"--\ "", | |
249 | "\"+\" ", | |
250 | "\"-\" ", | |
251 | "\"*\" ", | |
252 | "\"/\" ", | |
253 | "\"&\" ", | |
254 | "\"|\" ", | |
255 | "\"^\" ", | |
256 | "\"%\" ", | |
257 | "\"<<\ "", | |
258 | "\">>\ "", | |
259 | "\">>> \"", | |
260 | "\"+=\ "", | |
261 | "\"-=\ "", | |
262 | "\"*=\ "", | |
263 | "\"/=\ "", | |
264 | "\"&=\ "", | |
265 | "\"|=\ "", | |
266 | "\"^=\ "", | |
267 | "\"%=\ "", | |
268 | "\"<<= \"", | |
269 | "\">>= \"", | |
270 | "\">>> =\"", | |
271 | }; | |
272 | ||
273 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.