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

Method jj_3R_ListData_352_5_100

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

Source from the content-addressed store, hash-verified

2835 }
2836
2837 private boolean jj_3R_ListData_352_5_100() {
2838 if (jj_scan_token(LBRACK)) {
2839 return true;
2840 }
2841 Token xsp;
2842 xsp = jj_scanpos;
2843 if (jj_3R_ListData_353_11_106()) {
2844 jj_scanpos = xsp;
2845 }
2846 if (jj_scan_token(RBRACK)) {
2847 return true;
2848 }
2849 return false;
2850 }
2851
2852 private boolean jj_3_5() {
2853 if (jj_scan_token(QUESTIONMARK)) {

Callers 1

Calls 2

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected