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

Method jj_3R_137

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

Source from the content-addressed store, hash-verified

4602 }
4603
4604 final private boolean jj_3R_137() {
4605 if (jj_scan_token(LBRACE)) return true;
4606 if (jj_3R_40()) return true;
4607 if (jj_scan_token(RBRACE)) return true;
4608 return false;
4609 }
4610
4611 final private boolean jj_3R_136() {
4612 if (jj_scan_token(DOT)) return true;

Callers 1

jj_3R_107Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95

Tested by

no test coverage detected