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

Method jj_3R_Function_393_5_99

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

Source from the content-addressed store, hash-verified

3736 }
3737
3738 private boolean jj_3R_Function_393_5_99() {
3739 if (jj_scan_token(IDENTIFIER)) {
3740 return true;
3741 }
3742 Token xsp;
3743 xsp = jj_scanpos;
3744 if (jj_3R_Function_393_24_104()) {
3745 jj_scanpos = xsp;
3746 }
3747 if (jj_3R_Function_402_7_105()) {
3748 return true;
3749 }
3750 while (true) {
3751 xsp = jj_scanpos;
3752 if (jj_3R_Function_402_7_105()) {
3753 jj_scanpos = xsp;
3754 break;
3755 }
3756 }
3757 return false;
3758 }
3759
3760 private boolean jj_3R_Compare_198_9_50() {
3761 Token xsp;

Callers 1

Calls 3

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected