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

Method jj_3R_32

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

Source from the content-addressed store, hash-verified

4309 }
4310
4311 final private boolean jj_3R_32() {
4312 Token xsp;
4313 xsp = jj_scanpos;
4314 if (jj_3R_57()) {
4315 jj_scanpos = xsp;
4316 if (jj_3R_58()) return true;
4317 }
4318 while (true) {
4319 xsp = jj_scanpos;
4320 if (jj_3_6()) { jj_scanpos = xsp; break; }
4321 }
4322 return false;
4323 }
4324
4325 final private boolean jj_3R_128() {
4326 if (jj_scan_token(TRY)) return true;

Callers 11

jj_3R_77Method · 0.95
jj_3_5Method · 0.95
jj_3R_96Method · 0.95
jj_3_31Method · 0.95
jj_3_15Method · 0.95
jj_3R_141Method · 0.95
jj_3R_105Method · 0.95
jj_3R_224Method · 0.95
jj_3R_223Method · 0.95
jj_3_27Method · 0.95
jj_3R_186Method · 0.95

Calls 3

jj_3R_57Method · 0.95
jj_3R_58Method · 0.95
jj_3_6Method · 0.95

Tested by

no test coverage detected