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

Method jj_2_7

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

Source from the content-addressed store, hash-verified

2643 }
2644
2645 private boolean jj_2_7(int xla) {
2646 jj_la = xla;
2647 jj_lastpos = jj_scanpos = token;
2648 try {
2649 return (!jj_3_7());
2650 } catch (LookaheadSuccess ls) {
2651 return true;
2652 } finally {
2653 jj_save(6, xla);
2654 }
2655 }
2656
2657 private boolean jj_2_8(int xla) {
2658 jj_la = xla;

Callers 1

NonLiteralMethod · 0.95

Calls 2

jj_3_7Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected