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

Method jj_3R_Unary_257_9_65

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

Source from the content-addressed store, hash-verified

3426 }
3427
3428 private boolean jj_3R_Unary_257_9_65() {
3429 if (jj_scan_token(MINUS)) {
3430 return true;
3431 }
3432 if (jj_3R_Unary_257_9_61()) {
3433 return true;
3434 }
3435 return false;
3436 }
3437
3438 private boolean jj_3R_Integer_443_5_96() {
3439 if (jj_scan_token(INTEGER_LITERAL)) {

Callers 1

jj_3R_Unary_257_9_61Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_Unary_257_9_61Method · 0.95

Tested by

no test coverage detected