MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_3R_34

Method jj_3R_34

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

Source from the content-addressed store, hash-verified

4937 }
4938
4939 final private boolean jj_3R_34() {
4940 if (jj_3R_60()) return true;
4941 Token xsp;
4942 while (true) {
4943 xsp = jj_scanpos;
4944 if (jj_3R_61()) { jj_scanpos = xsp; break; }
4945 }
4946 return false;
4947 }
4948
4949 final private boolean jj_3R_120() {
4950 if (jj_scan_token(DO)) return true;

Callers 7

jj_3_12Method · 0.95
jj_3R_226Method · 0.95
jj_3R_225Method · 0.95
jj_3R_214Method · 0.95
jj_3R_213Method · 0.95
jj_3_8Method · 0.95
jj_3R_110Method · 0.95

Calls 2

jj_3R_60Method · 0.95
jj_3R_61Method · 0.95

Tested by

no test coverage detected