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

Method jj_2_3

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

Source from the content-addressed store, hash-verified

2595 }
2596
2597 private boolean jj_2_3(int xla) {
2598 jj_la = xla;
2599 jj_lastpos = jj_scanpos = token;
2600 try {
2601 return (!jj_3_3());
2602 } catch (LookaheadSuccess ls) {
2603 return true;
2604 } finally {
2605 jj_save(2, xla);
2606 }
2607 }
2608
2609 private boolean jj_2_4(int xla) {
2610 jj_la = xla;

Callers 1

LambdaExpressionMethod · 0.95

Calls 2

jj_3_3Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected