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

Method jj_3R_Semicolon_107_20_48

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

Source from the content-addressed store, hash-verified

3174 }
3175
3176 private boolean jj_3R_Semicolon_107_20_48() {
3177 if (jj_scan_token(SEMICOLON)) {
3178 return true;
3179 }
3180 if (jj_3R_Assignment_115_5_20()) {
3181 return true;
3182 }
3183 return false;
3184 }
3185
3186 private boolean jj_3R_BracketSuffix_312_5_93() {
3187 if (jj_scan_token(LBRACK)) {

Callers 1

Calls 2

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected