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

Method jj_3R_117

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

Source from the content-addressed store, hash-verified

5195 }
5196
5197 final private boolean jj_3R_117() {
5198 if (jj_scan_token(SWITCH)) return true;
5199 if (jj_scan_token(LPAREN)) return true;
5200 if (jj_3R_40()) return true;
5201 if (jj_scan_token(RPAREN)) return true;
5202 if (jj_scan_token(LBRACE)) return true;
5203 Token xsp;
5204 while (true) {
5205 xsp = jj_scanpos;
5206 if (jj_3R_190()) { jj_scanpos = xsp; break; }
5207 }
5208 if (jj_scan_token(RBRACE)) return true;
5209 return false;
5210 }
5211
5212 final private boolean jj_3R_219() {
5213 if (jj_3R_221()) return true;

Callers 1

jj_3R_82Method · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95
jj_3R_190Method · 0.95

Tested by

no test coverage detected