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

Method jj_3R_188

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

Source from the content-addressed store, hash-verified

5333 }
5334
5335 final private boolean jj_3R_188() {
5336 if (jj_3R_198()) return true;
5337 Token xsp;
5338 while (true) {
5339 xsp = jj_scanpos;
5340 if (jj_3R_216()) { jj_scanpos = xsp; break; }
5341 }
5342 return false;
5343 }
5344
5345 final private boolean jj_3R_207() {
5346 Token xsp;

Callers 2

jj_3R_207Method · 0.95
jj_3R_185Method · 0.95

Calls 2

jj_3R_198Method · 0.95
jj_3R_216Method · 0.95

Tested by

no test coverage detected