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

Method jj_2_4

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

Source from the content-addressed store, hash-verified

2607 }
2608
2609 private boolean jj_2_4(int xla) {
2610 jj_la = xla;
2611 jj_lastpos = jj_scanpos = token;
2612 try {
2613 return (!jj_3_4());
2614 } catch (LookaheadSuccess ls) {
2615 return true;
2616 } finally {
2617 jj_save(3, xla);
2618 }
2619 }
2620
2621 private boolean jj_2_5(int xla) {
2622 jj_la = xla;

Callers 1

Calls 2

jj_3_4Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected