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

Method jj_3R_96

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

Source from the content-addressed store, hash-verified

4581 }
4582
4583 final private boolean jj_3R_96() {
4584 if (jj_3R_42()) return true;
4585 if (jj_3R_32()) return true;
4586 Token xsp;
4587 xsp = jj_scanpos;
4588 if (jj_3R_182()) jj_scanpos = xsp;
4589 if (jj_3R_183()) return true;
4590 while (true) {
4591 xsp = jj_scanpos;
4592 if (jj_3R_184()) { jj_scanpos = xsp; break; }
4593 }
4594 return false;
4595 }
4596
4597 final private boolean jj_3R_132() {
4598 if (jj_scan_token(IMPORT)) return true;

Callers 2

jj_3R_210Method · 0.95
jj_3R_51Method · 0.95

Calls 5

jj_3R_42Method · 0.95
jj_3R_32Method · 0.95
jj_3R_182Method · 0.95
jj_3R_183Method · 0.95
jj_3R_184Method · 0.95

Tested by

no test coverage detected