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

Method jj_3R_Choice_155_5_22

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

Source from the content-addressed store, hash-verified

2900 }
2901
2902 private boolean jj_3R_Choice_155_5_22() {
2903 if (jj_3R_Or_164_5_29()) {
2904 return true;
2905 }
2906 Token xsp;
2907 while (true) {
2908 xsp = jj_scanpos;
2909 if (jj_3_5()) {
2910 jj_scanpos = xsp;
2911 break;
2912 }
2913 }
2914 return false;
2915 }
2916
2917 private boolean jj_3R_SetData_345_5_25() {
2918 if (jj_scan_token(START_SET_OR_MAP)) {

Calls 2

jj_3R_Or_164_5_29Method · 0.95
jj_3_5Method · 0.95

Tested by

no test coverage detected