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

Method jj_3R_Or_164_13_42

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

Source from the content-addressed store, hash-verified

2778 }
2779
2780 private boolean jj_3R_Or_164_13_42() {
2781 Token xsp;
2782 xsp = jj_scanpos;
2783 if (jj_scan_token(41)) {
2784 jj_scanpos = xsp;
2785 if (jj_scan_token(42)) {
2786 return true;
2787 }
2788 }
2789 if (jj_3R_And_173_5_34()) {
2790 return true;
2791 }
2792 return false;
2793 }
2794
2795 private boolean jj_3R_Or_165_12_35() {
2796 Token xsp;

Callers 1

jj_3R_Or_165_12_35Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_And_173_5_34Method · 0.95

Tested by

no test coverage detected