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

Method jj_3R_167

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

Source from the content-addressed store, hash-verified

5620 }
5621
5622 final private boolean jj_3R_167() {
5623 if (jj_3R_170()) return true;
5624 Token xsp;
5625 while (true) {
5626 xsp = jj_scanpos;
5627 if (jj_3R_175()) { jj_scanpos = xsp; break; }
5628 }
5629 return false;
5630 }
5631
5632 final private boolean jj_3R_93() {
5633 if (jj_3R_128()) return true;

Callers 2

jj_3R_173Method · 0.95
jj_3R_164Method · 0.95

Calls 2

jj_3R_170Method · 0.95
jj_3R_175Method · 0.95

Tested by

no test coverage detected