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

Method jj_3R_97

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

Source from the content-addressed store, hash-verified

4637 }
4638
4639 final private boolean jj_3R_97() {
4640 Token xsp;
4641 xsp = jj_scanpos;
4642 if (jj_3_3()) {
4643 jj_scanpos = xsp;
4644 if (jj_3R_132()) return true;
4645 }
4646 return false;
4647 }
4648
4649 final private boolean jj_3R_135() {
4650 if (jj_scan_token(LBRACKET)) return true;

Callers 1

jj_3R_52Method · 0.95

Calls 2

jj_3_3Method · 0.95
jj_3R_132Method · 0.95

Tested by

no test coverage detected