MCPcopy Create free account
hub / github.com/beanshell/beanshell / jj_3R_174

Method jj_3R_174

src/bsh/Parser.java:5505–5513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5503 }
5504
5505 final private boolean jj_3R_174() {
5506 if (jj_3R_176()) return true;
5507 Token xsp;
5508 while (true) {
5509 xsp = jj_scanpos;
5510 if (jj_3R_189()) { jj_scanpos = xsp; break; }
5511 }
5512 return false;
5513 }
5514
5515 final private boolean jj_3R_50() {
5516 if (jj_3R_95()) return true;

Callers 1

jj_3R_172Method · 0.95

Calls 2

jj_3R_176Method · 0.95
jj_3R_189Method · 0.95

Tested by

no test coverage detected