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

Method jj_2_1

java/org/apache/el/parser/ELParser.java:2573–2583  ·  view source on GitHub ↗
(int xla)

Source from the content-addressed store, hash-verified

2571 }
2572
2573 private boolean jj_2_1(int xla) {
2574 jj_la = xla;
2575 jj_lastpos = jj_scanpos = token;
2576 try {
2577 return (!jj_3_1());
2578 } catch (LookaheadSuccess ls) {
2579 return true;
2580 } finally {
2581 jj_save(0, xla);
2582 }
2583 }
2584
2585 private boolean jj_2_2(int xla) {
2586 jj_la = xla;

Callers 1

AssignmentMethod · 0.95

Calls 2

jj_3_1Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected