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

Method jj_3R_And_173_18_47

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

Source from the content-addressed store, hash-verified

3877 }
3878
3879 private boolean jj_3R_And_173_18_47() {
3880 Token xsp;
3881 xsp = jj_scanpos;
3882 if (jj_scan_token(39)) {
3883 jj_scanpos = xsp;
3884 if (jj_scan_token(40)) {
3885 return true;
3886 }
3887 }
3888 if (jj_3R_Equality_182_5_40()) {
3889 return true;
3890 }
3891 return false;
3892 }
3893
3894 /** Generated Token Manager. */
3895 public ELParserTokenManager token_source;

Callers 1

jj_3R_And_174_17_41Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected