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

Method jj_3R_185

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

Source from the content-addressed store, hash-verified

5354 }
5355
5356 final private boolean jj_3R_185() {
5357 if (jj_3R_188()) return true;
5358 Token xsp;
5359 while (true) {
5360 xsp = jj_scanpos;
5361 if (jj_3R_207()) { jj_scanpos = xsp; break; }
5362 }
5363 return false;
5364 }
5365
5366 final private boolean jj_3R_54() {
5367 if (jj_3R_99()) return true;

Callers 2

jj_3R_199Method · 0.95
jj_3R_176Method · 0.95

Calls 2

jj_3R_188Method · 0.95
jj_3R_207Method · 0.95

Tested by

no test coverage detected