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

Method jj_3R_176

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

Source from the content-addressed store, hash-verified

5434 }
5435
5436 final private boolean jj_3R_176() {
5437 if (jj_3R_185()) return true;
5438 Token xsp;
5439 while (true) {
5440 xsp = jj_scanpos;
5441 if (jj_3R_199()) { jj_scanpos = xsp; break; }
5442 }
5443 return false;
5444 }
5445
5446 final private boolean jj_3_28() {
5447 if (jj_3R_47()) return true;

Callers 2

jj_3R_189Method · 0.95
jj_3R_174Method · 0.95

Calls 2

jj_3R_185Method · 0.95
jj_3R_199Method · 0.95

Tested by

no test coverage detected