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

Method jj_3R_31

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

Source from the content-addressed store, hash-verified

4482 }
4483
4484 final private boolean jj_3R_31() {
4485 Token xsp;
4486 xsp = jj_scanpos;
4487 if (jj_3R_55()) {
4488 jj_scanpos = xsp;
4489 if (jj_3R_56()) return true;
4490 }
4491 return false;
4492 }
4493
4494 final private boolean jj_3R_124() {
4495 if (jj_scan_token(CONTINUE)) return true;

Callers 3

jj_3_4Method · 0.95
jj_3R_169Method · 0.95
jj_3R_187Method · 0.95

Calls 2

jj_3R_55Method · 0.95
jj_3R_56Method · 0.95

Tested by

no test coverage detected