MCPcopy Create free account
hub / github.com/apache/tomcat / jj_rescan_token

Method jj_rescan_token

java/org/apache/el/parser/ELParser.java:4249–4296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4247 }
4248
4249 private void jj_rescan_token() {
4250 jj_rescan = true;
4251 for (int i = 0; i < 9; i++) {
4252 try {
4253 JJCalls p = jj_2_rtns[i];
4254
4255 do {
4256 if (p.gen > jj_gen) {
4257 jj_la = p.arg;
4258 jj_lastpos = jj_scanpos = p.first;
4259 switch (i) {
4260 case 0:
4261 jj_3_1();
4262 break;
4263 case 1:
4264 jj_3_2();
4265 break;
4266 case 2:
4267 jj_3_3();
4268 break;
4269 case 3:
4270 jj_3_4();
4271 break;
4272 case 4:
4273 jj_3_5();
4274 break;
4275 case 5:
4276 jj_3_6();
4277 break;
4278 case 6:
4279 jj_3_7();
4280 break;
4281 case 7:
4282 jj_3_8();
4283 break;
4284 case 8:
4285 jj_3_9();
4286 break;
4287 }
4288 }
4289 p = p.next;
4290 } while (p != null);
4291
4292 } catch (LookaheadSuccess ls) {
4293 }
4294 }
4295 jj_rescan = false;
4296 }
4297
4298 private void jj_save(int index, int xla) {
4299 JJCalls p = jj_2_rtns[index];

Callers 1

Calls 9

jj_3_1Method · 0.95
jj_3_2Method · 0.95
jj_3_3Method · 0.95
jj_3_4Method · 0.95
jj_3_5Method · 0.95
jj_3_6Method · 0.95
jj_3_7Method · 0.95
jj_3_8Method · 0.95
jj_3_9Method · 0.95

Tested by

no test coverage detected