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

Method jj_3_5

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

Source from the content-addressed store, hash-verified

4358 }
4359
4360 final private boolean jj_3_5() {
4361 Token xsp;
4362 xsp = jj_scanpos;
4363 if (jj_scan_token(27)) jj_scanpos = xsp;
4364 if (jj_3R_32()) return true;
4365 xsp = jj_scanpos;
4366 if (jj_3R_33()) jj_scanpos = xsp;
4367 if (jj_scan_token(IDENTIFIER)) return true;
4368 return false;
4369 }
4370
4371 final private boolean jj_3R_78() {
4372 if (jj_3R_113()) return true;

Callers 3

jj_2_5Method · 0.95
jj_3R_113Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_32Method · 0.95
jj_3R_33Method · 0.95

Tested by

no test coverage detected