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

Method jj_3R_Value_275_5_72

java/org/apache/el/parser/ELParser.java:3328–3341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3326 }
3327
3328 private boolean jj_3R_Value_275_5_72() {
3329 if (jj_3R_ValuePrefix_284_5_73()) {
3330 return true;
3331 }
3332 Token xsp;
3333 while (true) {
3334 xsp = jj_scanpos;
3335 if (jj_3R_Value_275_21_74()) {
3336 jj_scanpos = xsp;
3337 break;
3338 }
3339 }
3340 return false;
3341 }
3342
3343 private boolean jj_3R_Null_461_5_98() {
3344 if (jj_scan_token(NULL)) {

Callers 1

jj_3R_Unary_266_9_68Method · 0.95

Calls 2

jj_3R_Value_275_21_74Method · 0.95

Tested by

no test coverage detected