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

Method jj_3R_153

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

Source from the content-addressed store, hash-verified

5730 }
5731
5732 final private boolean jj_3R_153() {
5733 if (jj_3R_159()) return true;
5734 Token xsp;
5735 while (true) {
5736 xsp = jj_scanpos;
5737 if (jj_3R_168()) { jj_scanpos = xsp; break; }
5738 }
5739 return false;
5740 }
5741
5742 final private boolean jj_3R_83() {
5743 if (jj_3R_118()) return true;

Callers 2

jj_3R_165Method · 0.95
jj_3R_139Method · 0.95

Calls 2

jj_3R_159Method · 0.95
jj_3R_168Method · 0.95

Tested by

no test coverage detected