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

Method jj_3R_197

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

Source from the content-addressed store, hash-verified

4289 }
4290
4291 final private boolean jj_3R_197() {
4292 if (jj_scan_token(FINALLY)) return true;
4293 if (jj_3R_39()) return true;
4294 return false;
4295 }
4296
4297 final private boolean jj_3R_196() {
4298 if (jj_scan_token(CATCH)) return true;

Callers 1

jj_3R_128Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_39Method · 0.95

Tested by

no test coverage detected