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

Method jj_3_5

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

Source from the content-addressed store, hash-verified

2850 }
2851
2852 private boolean jj_3_5() {
2853 if (jj_scan_token(QUESTIONMARK)) {
2854 return true;
2855 }
2856 if (jj_3R_Choice_155_5_22()) {
2857 return true;
2858 }
2859 if (jj_scan_token(COLON)) {
2860 return true;
2861 }
2862 return false;
2863 }
2864
2865 private boolean jj_3R_SetData_346_11_31() {
2866 if (jj_3R_Expression_99_5_36()) {

Callers 3

jj_2_5Method · 0.95
jj_3R_Choice_155_5_22Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_Choice_155_5_22Method · 0.95

Tested by

no test coverage detected