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

Method jj_3R_NonLiteral_330_7_87

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

Source from the content-addressed store, hash-verified

3019 }
3020
3021 private boolean jj_3R_NonLiteral_330_7_87() {
3022 if (jj_scan_token(LPAREN)) {
3023 return true;
3024 }
3025 if (jj_3R_Expression_99_5_36()) {
3026 return true;
3027 }
3028 if (jj_scan_token(RPAREN)) {
3029 return true;
3030 }
3031 return false;
3032 }
3033
3034 private boolean jj_3R_LambdaExpressionOrInvocation_141_5_23() {
3035 if (jj_scan_token(LPAREN)) {

Callers 1

Calls 2

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected