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

Method jj_2_6

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

Source from the content-addressed store, hash-verified

2631 }
2632
2633 private boolean jj_2_6(int xla) {
2634 jj_la = xla;
2635 jj_lastpos = jj_scanpos = token;
2636 try {
2637 return (!jj_3_6());
2638 } catch (LookaheadSuccess ls) {
2639 return true;
2640 } finally {
2641 jj_save(5, xla);
2642 }
2643 }
2644
2645 private boolean jj_2_7(int xla) {
2646 jj_la = xla;

Callers 1

UnaryMethod · 0.95

Calls 2

jj_3_6Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected