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

Method jj_3R_78

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

Source from the content-addressed store, hash-verified

4369 }
4370
4371 final private boolean jj_3R_78() {
4372 if (jj_3R_113()) return true;
4373 Token xsp;
4374 while (true) {
4375 xsp = jj_scanpos;
4376 if (jj_3R_114()) { jj_scanpos = xsp; break; }
4377 }
4378 return false;
4379 }
4380
4381 final private boolean jj_3R_113() {
4382 Token xsp;

Callers 1

jj_3R_44Method · 0.95

Calls 2

jj_3R_113Method · 0.95
jj_3R_114Method · 0.95

Tested by

no test coverage detected