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

Method jj_3R_39

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

Source from the content-addressed store, hash-verified

5591 }
5592
5593 final private boolean jj_3R_39() {
5594 if (jj_scan_token(LBRACE)) return true;
5595 Token xsp;
5596 while (true) {
5597 xsp = jj_scanpos;
5598 if (jj_3_23()) { jj_scanpos = xsp; break; }
5599 }
5600 if (jj_scan_token(RBRACE)) return true;
5601 return false;
5602 }
5603
5604 final private boolean jj_3R_175() {
5605 Token xsp;

Callers 8

jj_3R_197Method · 0.95
jj_3R_196Method · 0.95
jj_3R_128Method · 0.95
jj_3R_126Method · 0.95
jj_3R_181Method · 0.95
jj_3R_94Method · 0.95
jj_3_17Method · 0.95
jj_3R_80Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3_23Method · 0.95

Tested by

no test coverage detected