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

Method jj_3R_212

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

Source from the content-addressed store, hash-verified

4571 }
4572
4573 final private boolean jj_3R_212() {
4574 if (jj_3R_116()) return true;
4575 Token xsp;
4576 while (true) {
4577 xsp = jj_scanpos;
4578 if (jj_3R_217()) { jj_scanpos = xsp; break; }
4579 }
4580 return false;
4581 }
4582
4583 final private boolean jj_3R_96() {
4584 if (jj_3R_42()) return true;

Callers 2

jj_3R_202Method · 0.95
jj_3R_211Method · 0.95

Calls 2

jj_3R_116Method · 0.95
jj_3R_217Method · 0.95

Tested by

no test coverage detected