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

Method jj_3R_DotSuffix_303_5_92

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

Source from the content-addressed store, hash-verified

3238 }
3239
3240 private boolean jj_3R_DotSuffix_303_5_92() {
3241 if (jj_scan_token(DOT)) {
3242 return true;
3243 }
3244 if (jj_scan_token(IDENTIFIER)) {
3245 return true;
3246 }
3247 return false;
3248 }
3249
3250 private boolean jj_3R_Semicolon_107_5_43() {
3251 if (jj_3R_Assignment_115_5_20()) {

Callers 1

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected