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

Method jj_3R_170

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

Source from the content-addressed store, hash-verified

5581 }
5582
5583 final private boolean jj_3R_170() {
5584 if (jj_3R_172()) return true;
5585 Token xsp;
5586 while (true) {
5587 xsp = jj_scanpos;
5588 if (jj_3R_177()) { jj_scanpos = xsp; break; }
5589 }
5590 return false;
5591 }
5592
5593 final private boolean jj_3R_39() {
5594 if (jj_scan_token(LBRACE)) return true;

Callers 2

jj_3R_175Method · 0.95
jj_3R_167Method · 0.95

Calls 2

jj_3R_172Method · 0.95
jj_3R_177Method · 0.95

Tested by

no test coverage detected