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

Method jj_3R_Equality_186_9_52

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

Source from the content-addressed store, hash-verified

3806 }
3807
3808 private boolean jj_3R_Equality_186_9_52() {
3809 Token xsp;
3810 xsp = jj_scanpos;
3811 if (jj_scan_token(35)) {
3812 jj_scanpos = xsp;
3813 if (jj_scan_token(36)) {
3814 return true;
3815 }
3816 }
3817 if (jj_3R_Compare_196_5_45()) {
3818 return true;
3819 }
3820 return false;
3821 }
3822
3823 private boolean jj_3R_Identifier_380_5_38() {
3824 if (jj_scan_token(IDENTIFIER)) {

Callers 1

Calls 2

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected