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

Method jj_3R_139

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

Source from the content-addressed store, hash-verified

5777 }
5778
5779 final private boolean jj_3R_139() {
5780 if (jj_3R_153()) return true;
5781 Token xsp;
5782 while (true) {
5783 xsp = jj_scanpos;
5784 if (jj_3R_165()) { jj_scanpos = xsp; break; }
5785 }
5786 return false;
5787 }
5788
5789 final private boolean jj_3R_47() {
5790 Token xsp;

Callers 1

jj_3R_111Method · 0.95

Calls 2

jj_3R_153Method · 0.95
jj_3R_165Method · 0.95

Tested by

no test coverage detected