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

Method jj_3R_201

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

Source from the content-addressed store, hash-verified

4709 }
4710
4711 final private boolean jj_3R_201() {
4712 Token xsp;
4713 xsp = jj_scanpos;
4714 if (jj_3R_210()) {
4715 jj_scanpos = xsp;
4716 if (jj_3R_211()) return true;
4717 }
4718 return false;
4719 }
4720
4721 final private boolean jj_3_15() {
4722 if (jj_3R_32()) return true;

Callers 1

jj_3R_192Method · 0.95

Calls 2

jj_3R_210Method · 0.95
jj_3R_211Method · 0.95

Tested by

no test coverage detected