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

Method jj_3R_100

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

Source from the content-addressed store, hash-verified

4434 }
4435
4436 final private boolean jj_3R_100() {
4437 if (jj_scan_token(LBRACE)) return true;
4438 Token xsp;
4439 xsp = jj_scanpos;
4440 if (jj_3R_169()) jj_scanpos = xsp;
4441 xsp = jj_scanpos;
4442 if (jj_scan_token(80)) jj_scanpos = xsp;
4443 if (jj_scan_token(RBRACE)) return true;
4444 return false;
4445 }
4446
4447 final private boolean jj_3R_30() {
4448 if (jj_scan_token(DOT)) return true;

Callers 2

jj_3R_55Method · 0.95
jj_3R_163Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_169Method · 0.95

Tested by

no test coverage detected