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

Method jj_3R_159

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

Source from the content-addressed store, hash-verified

5689 }
5690
5691 final private boolean jj_3R_159() {
5692 if (jj_3R_164()) return true;
5693 Token xsp;
5694 while (true) {
5695 xsp = jj_scanpos;
5696 if (jj_3R_171()) { jj_scanpos = xsp; break; }
5697 }
5698 return false;
5699 }
5700
5701 final private boolean jj_3R_87() {
5702 if (jj_3R_122()) return true;

Callers 2

jj_3R_168Method · 0.95
jj_3R_153Method · 0.95

Calls 2

jj_3R_164Method · 0.95
jj_3R_171Method · 0.95

Tested by

no test coverage detected