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

Method jj_3R_190

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

Source from the content-addressed store, hash-verified

5180 }
5181
5182 final private boolean jj_3R_190() {
5183 if (jj_3R_200()) return true;
5184 Token xsp;
5185 while (true) {
5186 xsp = jj_scanpos;
5187 if (jj_3_29()) { jj_scanpos = xsp; break; }
5188 }
5189 return false;
5190 }
5191
5192 final private boolean jj_3R_220() {
5193 if (jj_3R_222()) return true;

Callers 1

jj_3R_117Method · 0.95

Calls 2

jj_3R_200Method · 0.95
jj_3_29Method · 0.95

Tested by

no test coverage detected