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

Method jj_3R_196

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

Source from the content-addressed store, hash-verified

4295 }
4296
4297 final private boolean jj_3R_196() {
4298 if (jj_scan_token(CATCH)) return true;
4299 if (jj_scan_token(LPAREN)) return true;
4300 if (jj_3R_113()) return true;
4301 if (jj_scan_token(RPAREN)) return true;
4302 if (jj_3R_39()) return true;
4303 return false;
4304 }
4305
4306 final private boolean jj_3R_145() {
4307 if (jj_scan_token(STRING_LITERAL)) return true;

Callers 1

jj_3R_128Method · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_113Method · 0.95
jj_3R_39Method · 0.95

Tested by

no test coverage detected