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

Method jj_2_2

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

Source from the content-addressed store, hash-verified

2583 }
2584
2585 private boolean jj_2_2(int xla) {
2586 jj_la = xla;
2587 jj_lastpos = jj_scanpos = token;
2588 try {
2589 return (!jj_3_2());
2590 } catch (LookaheadSuccess ls) {
2591 return true;
2592 } finally {
2593 jj_save(1, xla);
2594 }
2595 }
2596
2597 private boolean jj_2_3(int xla) {
2598 jj_la = xla;

Callers 1

AssignmentMethod · 0.95

Calls 2

jj_3_2Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected