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

Method jj_2_5

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

Source from the content-addressed store, hash-verified

2619 }
2620
2621 private boolean jj_2_5(int xla) {
2622 jj_la = xla;
2623 jj_lastpos = jj_scanpos = token;
2624 try {
2625 return (!jj_3_5());
2626 } catch (LookaheadSuccess ls) {
2627 return true;
2628 } finally {
2629 jj_save(4, xla);
2630 }
2631 }
2632
2633 private boolean jj_2_6(int xla) {
2634 jj_la = xla;

Callers 1

ChoiceMethod · 0.95

Calls 2

jj_3_5Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected