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

Method jj_2_9

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

Source from the content-addressed store, hash-verified

2667 }
2668
2669 private boolean jj_2_9(int xla) {
2670 jj_la = xla;
2671 jj_lastpos = jj_scanpos = token;
2672 try {
2673 return (!jj_3_9());
2674 } catch (LookaheadSuccess ls) {
2675 return true;
2676 } finally {
2677 jj_save(8, xla);
2678 }
2679 }
2680
2681 private boolean jj_3R_LambdaExpressionOrInvocation_144_45_30() {
2682 if (jj_3R_Choice_155_5_22()) {

Callers 1

NonLiteralMethod · 0.95

Calls 2

jj_3_9Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected