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

Method jj_3R_127

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

Source from the content-addressed store, hash-verified

4389 }
4390
4391 final private boolean jj_3R_127() {
4392 if (jj_scan_token(THROW)) return true;
4393 if (jj_3R_40()) return true;
4394 if (jj_scan_token(SEMICOLON)) return true;
4395 return false;
4396 }
4397
4398 final private boolean jj_3R_44() {
4399 if (jj_scan_token(LPAREN)) return true;

Callers 1

jj_3R_92Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95

Tested by

no test coverage detected