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

Method jj_3R_198

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

Source from the content-addressed store, hash-verified

5312 }
5313
5314 final private boolean jj_3R_198() {
5315 Token xsp;
5316 xsp = jj_scanpos;
5317 if (jj_3R_203()) {
5318 jj_scanpos = xsp;
5319 if (jj_3R_204()) {
5320 jj_scanpos = xsp;
5321 if (jj_3R_205()) {
5322 jj_scanpos = xsp;
5323 if (jj_3R_206()) return true;
5324 }
5325 }
5326 }
5327 return false;
5328 }
5329
5330 final private boolean jj_3R_99() {
5331 if (jj_scan_token(FORMAL_COMMENT)) return true;

Callers 5

jj_3R_223Method · 0.95
jj_3R_218Method · 0.95
jj_3R_216Method · 0.95
jj_3R_203Method · 0.95
jj_3R_188Method · 0.95

Calls 4

jj_3R_203Method · 0.95
jj_3R_204Method · 0.95
jj_3R_205Method · 0.95
jj_3R_206Method · 0.95

Tested by

no test coverage detected