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

Method jj_3_8

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

Source from the content-addressed store, hash-verified

2947 }
2948
2949 private boolean jj_3_8() {
2950 Token xsp;
2951 xsp = jj_scanpos;
2952 if (jj_3R_null_331_18_24()) {
2953 jj_scanpos = xsp;
2954 }
2955 if (jj_scan_token(IDENTIFIER)) {
2956 return true;
2957 }
2958 if (jj_scan_token(LPAREN)) {
2959 return true;
2960 }
2961 return false;
2962 }
2963
2964 private boolean jj_3_4() {
2965 if (jj_3R_LambdaExpression_124_5_21()) {

Callers 2

jj_2_8Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_3R_null_331_18_24Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected