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

Method jj_3R_null_331_18_24

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

Source from the content-addressed store, hash-verified

2937 }
2938
2939 private boolean jj_3R_null_331_18_24() {
2940 if (jj_scan_token(IDENTIFIER)) {
2941 return true;
2942 }
2943 if (jj_scan_token(COLON)) {
2944 return true;
2945 }
2946 return false;
2947 }
2948
2949 private boolean jj_3_8() {
2950 Token xsp;

Callers 1

jj_3_8Method · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected