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

Method jj_3R_113

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

Source from the content-addressed store, hash-verified

4379 }
4380
4381 final private boolean jj_3R_113() {
4382 Token xsp;
4383 xsp = jj_scanpos;
4384 if (jj_3_5()) {
4385 jj_scanpos = xsp;
4386 if (jj_3R_140()) return true;
4387 }
4388 return false;
4389 }
4390
4391 final private boolean jj_3R_127() {
4392 if (jj_scan_token(THROW)) return true;

Callers 3

jj_3R_114Method · 0.95
jj_3R_196Method · 0.95
jj_3R_78Method · 0.95

Calls 2

jj_3_5Method · 0.95
jj_3R_140Method · 0.95

Tested by

no test coverage detected