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

Method jj_3R_126

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

Source from the content-addressed store, hash-verified

4425 }
4426
4427 final private boolean jj_3R_126() {
4428 if (jj_scan_token(SYNCHRONIZED)) return true;
4429 if (jj_scan_token(LPAREN)) return true;
4430 if (jj_3R_40()) return true;
4431 if (jj_scan_token(RPAREN)) return true;
4432 if (jj_3R_39()) return true;
4433 return false;
4434 }
4435
4436 final private boolean jj_3R_100() {
4437 if (jj_scan_token(LBRACE)) return true;

Callers 1

jj_3R_91Method · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95
jj_3R_39Method · 0.95

Tested by

no test coverage detected