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

Method jj_3R_SetData_345_5_25

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

Source from the content-addressed store, hash-verified

2915 }
2916
2917 private boolean jj_3R_SetData_345_5_25() {
2918 if (jj_scan_token(START_SET_OR_MAP)) {
2919 return true;
2920 }
2921 Token xsp;
2922 xsp = jj_scanpos;
2923 if (jj_3R_SetData_346_11_31()) {
2924 jj_scanpos = xsp;
2925 }
2926 if (jj_scan_token(RBRACE)) {
2927 return true;
2928 }
2929 return false;
2930 }
2931
2932 private boolean jj_3_3() {
2933 if (jj_3R_LambdaExpression_124_5_21()) {

Callers 1

jj_3_9Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected