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

Method jj_3R_164

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

Source from the content-addressed store, hash-verified

5640 }
5641
5642 final private boolean jj_3R_164() {
5643 if (jj_3R_167()) return true;
5644 Token xsp;
5645 while (true) {
5646 xsp = jj_scanpos;
5647 if (jj_3R_173()) { jj_scanpos = xsp; break; }
5648 }
5649 return false;
5650 }
5651
5652 final private boolean jj_3R_91() {
5653 if (jj_3R_126()) return true;

Callers 2

jj_3R_171Method · 0.95
jj_3R_159Method · 0.95

Calls 2

jj_3R_167Method · 0.95
jj_3R_173Method · 0.95

Tested by

no test coverage detected